Shades of Forest Green #1EA512
Tints of Forest Green #1EA512
RGB
CMYK
RGB Variations
Color information
#1EA512 (or 0x1EA512) is known color: Forest Green. HEX triplet: 1E, A5 and 12. RGB value is (30,165,18). Sum of RGB (Red+Green+Blue) = 30+165+18=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA512 is #E15AED. Grayscale: #6C6C6C. Windows color (decimal): -14768878 or 1221918. OLE color: 1221918.
HSL color Cylindrical-coordinate representation of color #1EA512: hue angle of 115.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EA512 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 165 | 18 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.35 |
| HSL | 115.1º | 0.8% | 0.36% | - |
| HSV(B) | 115.1º | 0.89% | 0.65% | - |
| XYZ | 14.1 | 27.23 | 5.09 | - |
| YUV | 107.88 | 77.27 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 165 | 18 | 0.82 | 0 | 0.89 | 0.35 | 115.1 | 0.8 | 0.36 |
| Hex | 1E | A5 | 12 | 52 | 0 | 59 | 23 | 73 | 50 | 24 |
| Octal | 36 | 245 | 22 | 122 | 0 | 131 | 43 | 163 | 120 | 44 |
| Binary | 11110 | 10100101 | 10010 | 1010010 | 0 | 1011001 | 100011 | 1110011 | 1010000 | 100100 |
Color Harmonies of #1EA512
Complementary color
Monochromatic Colors of #1EA512
Black with #1EA512
Text Example
Text Example
White with #1EA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA512; }
p { color: rgb(30,165,18); }
H1.HeaderClassName
{
color: #1EA512;
}
.AnyTagClassName
{
color: #1EA512;
}
</style>
background-color css
<style>
a { background-color: #1EA512; }
a { background-color: rgb(30,165,18); }
div.DivClassName
{
background-color: #1EA512;
}
.BgClassName
{
background-color: #1EA512;
}
</style>
border-color css
<style>
span { border-color: #1EA512; }
span { border-color: rgb(30,165,18); }
td.TdClassName
{
border-color: #1EA512;
}
.TagClassName
{
border-color: #1EA512;
}
</style>