HEX: #429850
RGB: (66,152,80)
#429850 contains mainly green color. Web safe color of #429850 is #339966 (or #396).
#429850 color RGB value is (66,152,80).
RGB: (66,152,80) (26%,60%,31%)
R 66 of 255 = 26%
G 152 of 255 = 60%
B 80 of 255 = 31%
R + G + B ~ 39%. #429850 is quite dark color.
R + G + B =
66 + 152 + 80 = 298 (100%)
R 66 of 298 ~ 22.15%
G 152 of 298 ~ 51.01%
B 80 of 298 ~ 26.85%
#429850 color CMYK value is (57,0,47,40).
CMYK: (57,0,47,40) C57M0Y47K40 (57%,0%,47%,40%) (0.57/0.00/0.47/0.40)
42 | 98 | 50 | |
---|---|---|---|
RGB | 66 | 152 | 80 |
HSL | 130° | 39.45% | 42.75% |
HSB/HSV | 130° | 56.58% | 59.61% |
CMYK | 56.58% | 0.00% | 47.37% |
40.39% |
HEX | 42 | 98 | 50 |
Decimal | 66 | 152 | 80 |
Binary | 1000010 | 10011000 | 1010000 |
Octal | 102 | 230 | 120 |
Examples of css and html codes for elements with #429850 color. Also use rgb(66,152,80) instead hex code.
.myTextColor { color: #429850; }
<p style="color:#429850">This sample text font color is #429850.</p>
This text font color is #429850.
.myBgColor { background-color: #429850; }
<div style="background-color:#429850">Inner text</div>
This div background color is #429850.
.myBorderColor { border: 1px solid #429850; }
<div style="border:3px solid #429850">Div</div>
This div border color is #429850.
.myOpacity80 { color: #429850; opacity: 0.8; }
<p style="color:#429850;opacity:0.8;">80%</p>
Text with #429850 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #429850;}
<p style="text-shadow: 3px 3px 1px #429850">Text here.</p>
This text has shadow with #429850 color.
.textShadow {text-shadow: 3px 3px 1px #429850, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #429850, 5px 5px 20px red">Text here.</p>
This text has shadow with #429850 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429850, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#429850, Direction=45, Strength=4)">Text</p>
This text has shadow with #429850 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #429850; -webkit-box-shadow: 1px 1px 3px 2px #429850; box-shadow: 1px 1px 3px 2px #429850; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #429850; -webkit-box-shadow: 1px 1px 3px 2px #429850; box-shadow:1px 1px 3px 2px #429850;">
Div content here</div>
This text has color #429850 on black background.
This text has color #429850 on white background.
This text has black color on #429850 background.
This text has white color on #429850 background.