COLOR #429D17

HEX: #429D17
RGB: (66,157,23)

Renk bilgisi

#429D17 contains mainly green color. #429D17 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#429D17 color RGB value is (66,157,23).

  • kırmız ton 66;
  • yeşil ton 157;
  • mavi ton 23.
RGB:
(66,157,23)
(26%,62%,9%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 157 of 255 = 62%
B 23 of 255 = 9%

66
157
23

R + G + B ~ 32%. #429D17 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 157 + 23 = 246 (100%)
R 66 of 246 ~ 26.83%
G 157 of 246 ~ 63.82%
B 23 of 246 ~ 9.35%

%26.83
%63.82

CMYK RENK MODELİ

#429D17 rengi CMYK tonu (58,0,85,38).

  • camgöbeği tonu 57.96%
  • eflatun tonu 0.00%
  • sarı tonu 85.35%
  • ana renk tonu 38.43%
CMYK:
(58,0,85,38)
C58M0Y85K38 
(58%,0%,85%,38%)
(0.58/0.00/0.85/0.38)	

CMYK yüzdeleri

%57.96
%0
%85.35
%38.43

Codes

Color #429D17 in popluar color models

429D17
RGB6615723
HSL101°74.44%35.29%
HSB/HSV101°85.35%61.57%
CMYK57.96%0.00%85.35%
38.43%

Color #429D17 in popluar number systems.

HEX429D17
Decimal6615723
Binary10000101001110110111
Octal10223527

Shades and tints

Shades of #429D17

#429D17
(66,157,23)
#3C8F15
(60,143,21)
#368113
(54,129,19)
#307311
(48,115,17)
#2A650F
(42,101,15)
#24570D
(36,87,13)
#1E490B
(30,73,11)
#183B09
(24,59,9)
#122D07
(18,45,7)
#0C1F05
(12,31,5)
#061103
(6,17,3)
#000000
(0,0,0)

Tints of #429D17

#429D17
(66,157,23)
#53A52C
(83,165,44)
#64AD41
(100,173,65)
#75B556
(117,181,86)
#86BD6B
(134,189,107)
#97C580
(151,197,128)
#A8CD95
(168,205,149)
#B9D5AA
(185,213,170)
#CADDBF
(202,221,191)
#DBE5D4
(219,229,212)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429D17 color. Also use rgb(66,157,23) instead hex code.

Text Font Color

.myTextColor { color: #429D17; }

<p style="color:#429D17">This sample text font color is #429D17.</p>

This text font color is #429D17.


Background Color

.myBgColor { background-color: #429D17; }

<div style="background-color:#429D17">Inner text</div>

This div background color is #429D17.


Border color

.myBorderColor { border: 1px solid #429D17; }

<div style="border:3px solid #429D17">Div</div>

This div border color is #429D17.


Opacity

.myOpacity80 { color: #429D17; opacity: 0.8; }

<p style="color:#429D17;opacity:0.8;">80%</p>

Text with #429D17 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #429D17;}

<p style="text-shadow: 3px 3px 1px #429D17">Text here.</p>

This text has shadow with #429D17 color.

.textShadow {text-shadow: 3px 3px 1px #429D17, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #429D17, 5px 5px 20px red">Text here.</p>

This text has shadow with #429D17 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429D17, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#429D17, Direction=45, Strength=4)">Text</p>

This text has shadow with #429D17 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #429D17;
  -webkit-box-shadow:	1px 1px 3px 2px #429D17;
  box-shadow:		1px 1px 3px 2px #429D17;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #429D17;
-webkit-box-shadow: 1px 1px 3px 2px #429D17;
box-shadow:1px 1px 3px 2px #429D17;">
Div content here</div>
This div box has shadow with color #429D17.

Preview

Color preview on black background

This text has color #429D17 on black background.


Color preview on white background

This text has color #429D17 on white background.



Black color preview on #429D17 background

This text has black color on #429D17 background.


White color preview on #429D17 background

This text has white color on #429D17 background.