HEX: #428237
RGB: (66,130,55)
#428237 contains mainly green color. Web safe color of #428237 is #339933 (or #393).
#428237 color RGB value is (66,130,55).
RGB: (66,130,55)
(26%, 51%, 22%)
R 66 of 255 = 26%
G 130 of 255 = 51%
B 55 of 255 = 22%
R + G + B ~ 33%. #428237 is quite dark color.
R + G + B = 66 + 130 + 55 = 251 (100%)
R 66 of 251 ~ 26.29%
G 130 of 251 ~ 51.79%
B 55 of 251 ~ 21.91'%
#428237 color CMYK value is (49,0,58,49).
CMYK: (49,0,58,49) C49M0Y58K49 (49%,0%,58%,49%) (0.49/0.00/0.58/0.49)
Color #428237 in popluar color models
42 | 82 | 37 | |
---|---|---|---|
RGB | 66 | 130 | 55 |
HSL | 111° | 40.54% | 36.27% |
HSB/HSV | 111° | 57.69% | 50.98% |
CMYK | 49.23% | 0.00% | 57.69% |
49.02% |
Color #428237 in popluar number systems.
HEX | 42 | 82 | 37 |
Decimal | 66 | 130 | 55 |
Binary | 1000010 | 10000010 | 110111 |
Octal | 102 | 202 | 67 |
Shades of #428237
Tints of #428237
Examples of css and html codes for elements with #428237 color. Also use rgb(66,130,55) instead hex code.
.myTextColor { color: #428237; }
<p style="color:#428237">This sample text font color is #428237.</p>
This text font color is #428237.
.myBgColor { background-color: #428237; }
<div style="background-color:#428237">Inner text</div>
This div background color is #428237.
.myBorderColor { border: 1px solid #428237; }
<div style="border:3px solid #428237">Div</div>
This div border color is #428237.
.myOpacity80 { color: #428237; opacity: 0.8; }
<p style="color:#428237;opacity:0.8;">80%</p>
Text with #428237 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #428237;}
<p style="text-shadow: 3px 3px 1px #428237">Text here.</p>
This text has shadow with #428237 color.
.textShadow {text-shadow: 3px 3px 1px #428237', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #428237, 5px 5px 20px red">Text here.</p>
This text has shadow with #428237 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#428237, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#428237, Direction=45, Strength=4)">Text</p>
This text has shadow with #428237 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #428237;
-webkit-box-shadow: 1px 1px 3px 2px #428237;
box-shadow: 1px 1px 3px 2px #428237;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #428237; -webkit-box-shadow: 1px 1px 3px 2px #428237; box-shadow:1px 1px 3px 2px #428237;">
Div content here
</div>
This text has color #428237 on black background.
This text has color #428237 on white background.
This text has black color on #428237 background.
This text has white color on #428237 background.
Complementary color for #hex is #BD7DC8.