COLOR #429A2F

HEX: #429A2F
RGB: (66,154,47)

Color info

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

RGB color model

#429A2F color RGB value is (66,154,47).

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

RGB channels and saturation

R 66 of 255 = 26%
G 154 of 255 = 60%
B 47 of 255 = 18%

66
154
47

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

Portions of RGB colors in percentages

R + G + B =
66 + 154 + 47 = 267 (100%)
R 66 of 267 ~ 24.72%
G 154 of 267 ~ 57.68%
B 47 of 267 ~ 17.6%

%24.72
%57.68
%17.6

CMYK color model

#429A2F color CMYK value is (57,0,69,40).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 69.48%
  • key color value is 39.61%
CMYK:
(57,0,69,40)
C57M0Y69K40 
(57%,0%,69%,40%)
(0.57/0.00/0.69/0.40)	

CMYK percentages

%57.14
%0
%69.48
%39.61

Codes

Color #429A2F in popluar color models

429A2F
RGB6615447
HSL109°53.23%39.41%
HSB/HSV109°69.48%60.39%
CMYK57.14%0.00%69.48%
39.61%

Color #429A2F in popluar number systems.

HEX429A2F
Decimal6615447
Binary100001010011010101111
Octal10223257

Shades and tints

Shades of #429A2F

#429A2F
(66,154,47)
#3C8C2B
(60,140,43)
#367E27
(54,126,39)
#307023
(48,112,35)
#2A621F
(42,98,31)
#24541B
(36,84,27)
#1E4617
(30,70,23)
#183813
(24,56,19)
#122A0F
(18,42,15)
#0C1C0B
(12,28,11)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #429A2F

#429A2F
(66,154,47)
#53A341
(83,163,65)
#64AC53
(100,172,83)
#75B565
(117,181,101)
#86BE77
(134,190,119)
#97C789
(151,199,137)
#A8D09B
(168,208,155)
#B9D9AD
(185,217,173)
#CAE2BF
(202,226,191)
#DBEBD1
(219,235,209)
#ECF4E3
(236,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #429A2F; }

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

This text font color is #429A2F.


Background Color

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

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

This div background color is #429A2F.


Border color

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

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

This div border color is #429A2F.


Opacity

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

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

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

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

This text has shadow with #429A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429A2F on black background.


Color preview on white background

This text has color #429A2F on white background.



Black color preview on #429A2F background

This text has black color on #429A2F background.


White color preview on #429A2F background

This text has white color on #429A2F background.