HEX: #429246
RGB: (66,146,70)
#429246 contains mainly green color. Web safe color of #429246 is #339933 (or #393).
#429246 color RGB value is (66,146,70).
RGB: (66,146,70) (26%,57%,27%)
R 66 of 255 = 26%
G 146 of 255 = 57%
B 70 of 255 = 27%
R + G + B ~ 37%. #429246 is quite dark color.
R + G + B =
66 + 146 + 70 = 282 (100%)
R 66 of 282 ~ 23.4%
G 146 of 282 ~ 51.77%
B 70 of 282 ~ 24.82%
#429246 color CMYK value is (55,0,52,43).
CMYK: (55,0,52,43) C55M0Y52K43 (55%,0%,52%,43%) (0.55/0.00/0.52/0.43)
42 | 92 | 46 | |
---|---|---|---|
RGB | 66 | 146 | 70 |
HSL | 123° | 37.74% | 41.57% |
HSB/HSV | 123° | 54.79% | 57.25% |
CMYK | 54.79% | 0.00% | 52.05% |
42.75% |
HEX | 42 | 92 | 46 |
Decimal | 66 | 146 | 70 |
Binary | 1000010 | 10010010 | 1000110 |
Octal | 102 | 222 | 106 |
Examples of css and html codes for elements with #429246 color. Also use rgb(66,146,70) instead hex code.
.myTextColor { color: #429246; }
<p style="color:#429246">This sample text font color is #429246.</p>
This text font color is #429246.
.myBgColor { background-color: #429246; }
<div style="background-color:#429246">Inner text</div>
This div background color is #429246.
.myBorderColor { border: 1px solid #429246; }
<div style="border:3px solid #429246">Div</div>
This div border color is #429246.
.myOpacity80 { color: #429246; opacity: 0.8; }
<p style="color:#429246;opacity:0.8;">80%</p>
Text with #429246 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #429246;}
<p style="text-shadow: 3px 3px 1px #429246">Text here.</p>
This text has shadow with #429246 color.
.textShadow {text-shadow: 3px 3px 1px #429246, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #429246, 5px 5px 20px red">Text here.</p>
This text has shadow with #429246 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429246, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#429246, Direction=45, Strength=4)">Text</p>
This text has shadow with #429246 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #429246; -webkit-box-shadow: 1px 1px 3px 2px #429246; box-shadow: 1px 1px 3px 2px #429246; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #429246; -webkit-box-shadow: 1px 1px 3px 2px #429246; box-shadow:1px 1px 3px 2px #429246;">
Div content here</div>
This text has color #429246 on black background.
This text has color #429246 on white background.
This text has black color on #429246 background.
This text has white color on #429246 background.