COLOR #429E2F

HEX: #429E2F
RGB: (66,158,47)

Color info

#429E2F contains mainly green color. Web safe color of #429E2F is #339933 (or #393).

RGB color model

#429E2F color RGB value is (66,158,47).

  • red value is 66;
  • green value is 158;
  • blue value is 47.
RGB:
(66,158,47)
(26%,62%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 158 of 255 = 62%
B 47 of 255 = 18%

66
158
47

R + G + B ~ 35%. #429E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 158 + 47 = 271 (100%)
R 66 of 271 ~ 24.35%
G 158 of 271 ~ 58.3%
B 47 of 271 ~ 17.34%

%24.35
%58.3
%17.34

CMYK color model

#429E2F color CMYK value is (58,0,70,38).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 70.25%
  • key color value is 38.04%
CMYK:
(58,0,70,38)
C58M0Y70K38 
(58%,0%,70%,38%)
(0.58/0.00/0.70/0.38)	

CMYK percentages

%58.23
%0
%70.25
%38.04

Codes

Color #429E2F in popluar color models

429E2F
RGB6615847
HSL110°54.15%40.20%
HSB/HSV110°70.25%61.96%
CMYK58.23%0.00%70.25%
38.04%

Color #429E2F in popluar number systems.

HEX429E2F
Decimal6615847
Binary100001010011110101111
Octal10223657

Shades and tints

Shades of #429E2F

#429E2F
(66,158,47)
#3C902B
(60,144,43)
#368227
(54,130,39)
#307423
(48,116,35)
#2A661F
(42,102,31)
#24581B
(36,88,27)
#1E4A17
(30,74,23)
#183C13
(24,60,19)
#122E0F
(18,46,15)
#0C200B
(12,32,11)
#061207
(6,18,7)
#000000
(0,0,0)

Tints of #429E2F

#429E2F
(66,158,47)
#53A641
(83,166,65)
#64AE53
(100,174,83)
#75B665
(117,182,101)
#86BE77
(134,190,119)
#97C689
(151,198,137)
#A8CE9B
(168,206,155)
#B9D6AD
(185,214,173)
#CADEBF
(202,222,191)
#DBE6D1
(219,230,209)
#ECEEE3
(236,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429E2F color. Also use rgb(66,158,47) instead hex code.

Text Font Color

.myTextColor { color: #429E2F; }

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

This text font color is #429E2F.


Background Color

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

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

This div background color is #429E2F.


Border color

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

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

This div border color is #429E2F.


Opacity

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

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

Text with #429E2F 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 #429E2F;}

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

This text has shadow with #429E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429E2F on black background.


Color preview on white background

This text has color #429E2F on white background.



Black color preview on #429E2F background

This text has black color on #429E2F background.


White color preview on #429E2F background

This text has white color on #429E2F background.