Shades of Forest Green #1EA10C
Tints of Forest Green #1EA10C
RGB
CMYK
RGB Variations
Color information
#1EA10C (or 0x1EA10C) is known color: Forest Green. HEX triplet: 1E, A1 and 0C. RGB value is (30,161,12). Sum of RGB (Red+Green+Blue) = 30+161+12=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 161 (63.28% from 255 or 79.31% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA10C is #E15EF3. Grayscale: #696969. Windows color (decimal): -14769908 or 827678. OLE color: 827678.
HSL color Cylindrical-coordinate representation of color #1EA10C: hue angle of 112.75º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EA10C is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 12 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.37 |
| HSL | 112.75º | 0.86% | 0.34% | - |
| HSV(B) | 112.75º | 0.93% | 0.63% | - |
| XYZ | 13.35 | 25.79 | 4.62 | - |
| YUV | 104.85 | 75.6 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 12 | 0.81 | 0 | 0.93 | 0.37 | 112.75 | 0.86 | 0.34 |
| Hex | 1E | A1 | C | 51 | 0 | 5D | 25 | 71 | 56 | 22 |
| Octal | 36 | 241 | 14 | 121 | 0 | 135 | 45 | 161 | 126 | 42 |
| Binary | 11110 | 10100001 | 1100 | 1010001 | 0 | 1011101 | 100101 | 1110001 | 1010110 | 100010 |
Color Harmonies of #1EA10C
Complementary color
Monochromatic Colors of #1EA10C
Black with #1EA10C
Text Example
Text Example
White with #1EA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA10C; }
p { color: rgb(30,161,12); }
H1.HeaderClassName
{
color: #1EA10C;
}
.AnyTagClassName
{
color: #1EA10C;
}
</style>
background-color css
<style>
a { background-color: #1EA10C; }
a { background-color: rgb(30,161,12); }
div.DivClassName
{
background-color: #1EA10C;
}
.BgClassName
{
background-color: #1EA10C;
}
</style>
border-color css
<style>
span { border-color: #1EA10C; }
span { border-color: rgb(30,161,12); }
td.TdClassName
{
border-color: #1EA10C;
}
.TagClassName
{
border-color: #1EA10C;
}
</style>