Shades of Forest Green #1EA011
Tints of Forest Green #1EA011
RGB
CMYK
RGB Variations
Color information
#1EA011 (or 0x1EA011) is known color: Forest Green. HEX triplet: 1E, A0 and 11. RGB value is (30,160,17). Sum of RGB (Red+Green+Blue) = 30+160+17=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 160 (62.89% from 255 or 77.29% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA011 is #E15FEE. Grayscale: #696969. Windows color (decimal): -14770159 or 1155102. OLE color: 1155102.
HSL color Cylindrical-coordinate representation of color #1EA011: hue angle of 114.55º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EA011 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 160 | 17 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.37 |
| HSL | 114.55º | 0.81% | 0.35% | - |
| HSV(B) | 114.55º | 0.89% | 0.63% | - |
| XYZ | 13.21 | 25.46 | 4.75 | - |
| YUV | 104.83 | 78.43 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 17 | 0.81 | 0 | 0.89 | 0.37 | 114.55 | 0.81 | 0.35 |
| Hex | 1E | A0 | 11 | 51 | 0 | 59 | 25 | 73 | 51 | 23 |
| Octal | 36 | 240 | 21 | 121 | 0 | 131 | 45 | 163 | 121 | 43 |
| Binary | 11110 | 10100000 | 10001 | 1010001 | 0 | 1011001 | 100101 | 1110011 | 1010001 | 100011 |
Color Harmonies of #1EA011
Complementary color
Monochromatic Colors of #1EA011
Black with #1EA011
Text Example
Text Example
White with #1EA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA011; }
p { color: rgb(30,160,17); }
H1.HeaderClassName
{
color: #1EA011;
}
.AnyTagClassName
{
color: #1EA011;
}
</style>
background-color css
<style>
a { background-color: #1EA011; }
a { background-color: rgb(30,160,17); }
div.DivClassName
{
background-color: #1EA011;
}
.BgClassName
{
background-color: #1EA011;
}
</style>
border-color css
<style>
span { border-color: #1EA011; }
span { border-color: rgb(30,160,17); }
td.TdClassName
{
border-color: #1EA011;
}
.TagClassName
{
border-color: #1EA011;
}
</style>