Shades of Forest Green #1EA010
Tints of Forest Green #1EA010
RGB
CMYK
RGB Variations
Color information
#1EA010 (or 0x1EA010) is known color: Forest Green. HEX triplet: 1E, A0 and 10. RGB value is (30,160,16). Sum of RGB (Red+Green+Blue) = 30+160+16=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 160 (62.89% from 255 or 77.67% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA010 is #E15FEF. Grayscale: #696969. Windows color (decimal): -14770160 or 1089566. OLE color: 1089566.
HSL color Cylindrical-coordinate representation of color #1EA010: hue angle of 114.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EA010 is Cyan = 0.81, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 160 | 16 | - |
| CMYK | 0.81 | 0 | 0.9 | 0.37 |
| HSL | 114.17º | 0.82% | 0.35% | - |
| HSV(B) | 114.17º | 0.9% | 0.63% | - |
| XYZ | 13.2 | 25.46 | 4.71 | - |
| YUV | 104.71 | 77.93 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 16 | 0.81 | 0 | 0.9 | 0.37 | 114.17 | 0.82 | 0.35 |
| Hex | 1E | A0 | 10 | 51 | 0 | 5A | 25 | 72 | 52 | 23 |
| Octal | 36 | 240 | 20 | 121 | 0 | 132 | 45 | 162 | 122 | 43 |
| Binary | 11110 | 10100000 | 10000 | 1010001 | 0 | 1011010 | 100101 | 1110010 | 1010010 | 100011 |
Color Harmonies of #1EA010
Complementary color
Monochromatic Colors of #1EA010
Black with #1EA010
Text Example
Text Example
White with #1EA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA010; }
p { color: rgb(30,160,16); }
H1.HeaderClassName
{
color: #1EA010;
}
.AnyTagClassName
{
color: #1EA010;
}
</style>
background-color css
<style>
a { background-color: #1EA010; }
a { background-color: rgb(30,160,16); }
div.DivClassName
{
background-color: #1EA010;
}
.BgClassName
{
background-color: #1EA010;
}
</style>
border-color css
<style>
span { border-color: #1EA010; }
span { border-color: rgb(30,160,16); }
td.TdClassName
{
border-color: #1EA010;
}
.TagClassName
{
border-color: #1EA010;
}
</style>