HEX: #429041
RGB: (66,144,65)
#429041 contains mainly green color. Web safe color of #429041 is #339933 (or #393).
#429041 color RGB value is (66,144,65).
RGB: (66,144,65)
(26%, 56%, 25%)
R 66 of 255 = 26%
G 144 of 255 = 56%
B 65 of 255 = 25%
R + G + B ~ 36%. #429041 is quite dark color.
R + G + B = 66 + 144 + 65 = 275 (100%)
R 66 of 275 ~ 24%
G 144 of 275 ~ 52.36%
B 65 of 275 ~ 23.64'%
#429041 color CMYK value is (54,0,55,44).
CMYK: (54,0,55,44)
C54M0Y55K44 (54%, 0%, 55%, 44%)
(0.54 / 0.00 / 0.55 / 0.44)
Color #429041 in popluar color models
42 | 90 | 41 | |
---|---|---|---|
RGB | 66 | 144 | 65 |
HSL | 119° | 37.80% | 40.98% |
HSB/HSV | 119° | 54.86% | 56.47% |
CMYK | 54.17% | 0.00% | 54.86% |
43.53% |
Color #429041 in popluar number systems.
HEX | 42 | 90 | 41 |
Decimal | 66 | 144 | 65 |
Binary | 1000010 | 10010000 | 1000001 |
Octal | 102 | 220 | 101 |
Shades of #429041
Tints of #429041
Examples of css and html codes for elements with #429041 color. Also use rgb(66,144,65) instead hex code.
.myTextColor { color: #429041; }
<p style="color:#429041">This sample text font color is #429041.</p>
This text font color is #429041.
.myBgColor { background-color: #429041; }
<div style="background-color:#429041">Inner text</div>
This div background color is #429041.
.myBorderColor { border: 1px solid #429041; }
<div style="border:3px solid #429041">Div</div>
This div border color is #429041.
.myOpacity80 { color: #429041; opacity: 0.8; }
<p style="color:#429041;opacity:0.8;">80%</p>
Text with #429041 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #429041;}
<p style="text-shadow: 3px 3px 1px #429041">Text here.</p>
This text has shadow with #429041 color.
.textShadow {text-shadow: 3px 3px 1px #429041', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #429041, 5px 5px 20px red">Text here.</p>
This text has shadow with #429041 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429041, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#429041, Direction=45, Strength=4)">Text</p>
This text has shadow with #429041 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #429041;
-webkit-box-shadow: 1px 1px 3px 2px #429041;
box-shadow: 1px 1px 3px 2px #429041;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #429041; -webkit-box-shadow: 1px 1px 3px 2px #429041; box-shadow:1px 1px 3px 2px #429041;">
Div content here
</div>
This text has color #429041 on black background.
This text has color #429041 on white background.
This text has black color on #429041 background.
This text has white color on #429041 background.
Complementary color for #hex is #BD6FBE.