Shades of Forest Green #1EA01E
Tints of Forest Green #1EA01E
RGB
CMYK
RGB Variations
Color information
#1EA01E (or 0x1EA01E) is known color: Forest Green. HEX triplet: 1E, A0 and 1E. RGB value is (30,160,30). Sum of RGB (Red+Green+Blue) = 30+160+30=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA01E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA01E is #E15FE1. Grayscale: #6A6A6A. Windows color (decimal): -14770146 or 2007070. OLE color: 2007070.
HSL color Cylindrical-coordinate representation of color #1EA01E: hue angle of 120º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA01E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 160 | 30 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.37 |
| HSL | 120º | 0.68% | 0.37% | - |
| HSV(B) | 120º | 0.81% | 0.63% | - |
| XYZ | 13.34 | 25.51 | 5.45 | - |
| YUV | 106.31 | 84.93 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 30 | 0.81 | 0 | 0.81 | 0.37 | 120 | 0.68 | 0.37 |
| Hex | 1E | A0 | 1E | 51 | 0 | 51 | 25 | 78 | 44 | 25 |
| Octal | 36 | 240 | 36 | 121 | 0 | 121 | 45 | 170 | 104 | 45 |
| Binary | 11110 | 10100000 | 11110 | 1010001 | 0 | 1010001 | 100101 | 1111000 | 1000100 | 100101 |
Color Harmonies of #1EA01E
Complementary color
Monochromatic Colors of #1EA01E
Black with #1EA01E
Text Example
Text Example
White with #1EA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA01E; }
p { color: rgb(30,160,30); }
H1.HeaderClassName
{
color: #1EA01E;
}
.AnyTagClassName
{
color: #1EA01E;
}
</style>
background-color css
<style>
a { background-color: #1EA01E; }
a { background-color: rgb(30,160,30); }
div.DivClassName
{
background-color: #1EA01E;
}
.BgClassName
{
background-color: #1EA01E;
}
</style>
border-color css
<style>
span { border-color: #1EA01E; }
span { border-color: rgb(30,160,30); }
td.TdClassName
{
border-color: #1EA01E;
}
.TagClassName
{
border-color: #1EA01E;
}
</style>