Shades of Forest Green #1EA412
Tints of Forest Green #1EA412
RGB
CMYK
RGB Variations
Color information
#1EA412 (or 0x1EA412) is known color: Forest Green. HEX triplet: 1E, A4 and 12. RGB value is (30,164,18). Sum of RGB (Red+Green+Blue) = 30+164+18=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 164 (64.45% from 255 or 77.36% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA412 is #E15BED. Grayscale: #6B6B6B. Windows color (decimal): -14769134 or 1221662. OLE color: 1221662.
HSL color Cylindrical-coordinate representation of color #1EA412: hue angle of 115.07º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EA412 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 164 | 18 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.36 |
| HSL | 115.07º | 0.8% | 0.36% | - |
| HSV(B) | 115.07º | 0.89% | 0.64% | - |
| XYZ | 13.92 | 26.87 | 5.03 | - |
| YUV | 107.29 | 77.61 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 164 | 18 | 0.82 | 0 | 0.89 | 0.36 | 115.07 | 0.8 | 0.36 |
| Hex | 1E | A4 | 12 | 52 | 0 | 59 | 24 | 73 | 50 | 24 |
| Octal | 36 | 244 | 22 | 122 | 0 | 131 | 44 | 163 | 120 | 44 |
| Binary | 11110 | 10100100 | 10010 | 1010010 | 0 | 1011001 | 100100 | 1110011 | 1010000 | 100100 |
Color Harmonies of #1EA412
Complementary color
Monochromatic Colors of #1EA412
Black with #1EA412
Text Example
Text Example
White with #1EA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA412; }
p { color: rgb(30,164,18); }
H1.HeaderClassName
{
color: #1EA412;
}
.AnyTagClassName
{
color: #1EA412;
}
</style>
background-color css
<style>
a { background-color: #1EA412; }
a { background-color: rgb(30,164,18); }
div.DivClassName
{
background-color: #1EA412;
}
.BgClassName
{
background-color: #1EA412;
}
</style>
border-color css
<style>
span { border-color: #1EA412; }
span { border-color: rgb(30,164,18); }
td.TdClassName
{
border-color: #1EA412;
}
.TagClassName
{
border-color: #1EA412;
}
</style>