COLOR #429945

HEX: #429945
RGB: (66,153,69)

Color info

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

RGB color model

#429945 color RGB value is (66,153,69).

  • red value is 66;
  • green value is 153;
  • blue value is 69.
RGB:
(66,153,69)
(26%,60%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 153 of 255 = 60%
B 69 of 255 = 27%

66
153
69

R + G + B ~ 38%. #429945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 153 + 69 = 288 (100%)
R 66 of 288 ~ 22.92%
G 153 of 288 ~ 53.13%
B 69 of 288 ~ 23.96%

%22.92
%53.13
%23.96

CMYK color model

#429945 color CMYK value is (57,0,55,40).

  • cyan value is 56.86%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 40.00%
CMYK:
(57,0,55,40)
C57M0Y55K40 
(57%,0%,55%,40%)
(0.57/0.00/0.55/0.40)	

CMYK percentages

%56.86
%0
%54.9
%40

Codes

Color #429945 in popluar color models

429945
RGB6615369
HSL122°39.73%42.94%
HSB/HSV122°56.86%60.00%
CMYK56.86%0.00%54.90%
40.00%

Color #429945 in popluar number systems.

HEX429945
Decimal6615369
Binary1000010100110011000101
Octal102231105

Shades and tints

Shades of #429945

#429945
(66,153,69)
#3C8C3F
(60,140,63)
#367F39
(54,127,57)
#307233
(48,114,51)
#2A652D
(42,101,45)
#245827
(36,88,39)
#1E4B21
(30,75,33)
#183E1B
(24,62,27)
#123115
(18,49,21)
#0C240F
(12,36,15)
#061709
(6,23,9)
#000000
(0,0,0)

Tints of #429945

#429945
(66,153,69)
#53A255
(83,162,85)
#64AB65
(100,171,101)
#75B475
(117,180,117)
#86BD85
(134,189,133)
#97C695
(151,198,149)
#A8CFA5
(168,207,165)
#B9D8B5
(185,216,181)
#CAE1C5
(202,225,197)
#DBEAD5
(219,234,213)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429945 color. Also use rgb(66,153,69) instead hex code.

Text Font Color

.myTextColor { color: #429945; }

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

This text font color is #429945.


Background Color

.myBgColor { background-color: #429945; }

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

This div background color is #429945.


Border color

.myBorderColor { border: 1px solid #429945; }

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

This div border color is #429945.


Opacity

.myOpacity80 { color: #429945; opacity: 0.8; }

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

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

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

This text has shadow with #429945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429945 on black background.


Color preview on white background

This text has color #429945 on white background.



Black color preview on #429945 background

This text has black color on #429945 background.


White color preview on #429945 background

This text has white color on #429945 background.