Shades of Forest Green #1EA80E
Tints of Forest Green #1EA80E
RGB
CMYK
RGB Variations
Color information
#1EA80E (or 0x1EA80E) is known color: Forest Green. HEX triplet: 1E, A8 and 0E. RGB value is (30,168,14). Sum of RGB (Red+Green+Blue) = 30+168+14=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 168 (66.02% from 255 or 79.25% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 168 - color contains mainly: green. Hex color #1EA80E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA80E is #E157F1. Grayscale: #6D6D6D. Windows color (decimal): -14768114 or 960542. OLE color: 960542.
HSL color Cylindrical-coordinate representation of color #1EA80E: hue angle of 113.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EA80E is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 168 | 14 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.34 |
| HSL | 113.77º | 0.85% | 0.36% | - |
| HSV(B) | 113.77º | 0.92% | 0.66% | - |
| XYZ | 14.62 | 28.31 | 5.11 | - |
| YUV | 109.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 168 | 14 | 0.82 | 0 | 0.92 | 0.34 | 113.77 | 0.85 | 0.36 |
| Hex | 1E | A8 | E | 52 | 0 | 5C | 22 | 72 | 55 | 24 |
| Octal | 36 | 250 | 16 | 122 | 0 | 134 | 42 | 162 | 125 | 44 |
| Binary | 11110 | 10101000 | 1110 | 1010010 | 0 | 1011100 | 100010 | 1110010 | 1010101 | 100100 |
Color Harmonies of #1EA80E
Complementary color
Monochromatic Colors of #1EA80E
Black with #1EA80E
Text Example
Text Example
White with #1EA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA80E; }
p { color: rgb(30,168,14); }
H1.HeaderClassName
{
color: #1EA80E;
}
.AnyTagClassName
{
color: #1EA80E;
}
</style>
background-color css
<style>
a { background-color: #1EA80E; }
a { background-color: rgb(30,168,14); }
div.DivClassName
{
background-color: #1EA80E;
}
.BgClassName
{
background-color: #1EA80E;
}
</style>
border-color css
<style>
span { border-color: #1EA80E; }
span { border-color: rgb(30,168,14); }
td.TdClassName
{
border-color: #1EA80E;
}
.TagClassName
{
border-color: #1EA80E;
}
</style>