Shades of Forest Green #1E8E12
Tints of Forest Green #1E8E12
RGB
CMYK
RGB Variations
Color information
#1E8E12 (or 0x1E8E12) is known color: Forest Green. HEX triplet: 1E, 8E and 12. RGB value is (30,142,18). Sum of RGB (Red+Green+Blue) = 30+142+18=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 142 (55.86% from 255 or 74.74% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 142 - color contains mainly: green. Hex color #1E8E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8E12 is #E171ED. Grayscale: #5E5E5E. Windows color (decimal): -14774766 or 1216030. OLE color: 1216030.
HSL color Cylindrical-coordinate representation of color #1E8E12: hue angle of 114.19º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E8E12 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 142 | 18 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.44 |
| HSL | 114.19º | 0.78% | 0.31% | - |
| HSV(B) | 114.19º | 0.87% | 0.56% | - |
| XYZ | 10.32 | 19.67 | 3.82 | - |
| YUV | 94.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 18 | 0.79 | 0 | 0.87 | 0.44 | 114.19 | 0.78 | 0.31 |
| Hex | 1E | 8E | 12 | 4F | 0 | 57 | 2C | 72 | 4E | 1F |
| Octal | 36 | 216 | 22 | 117 | 0 | 127 | 54 | 162 | 116 | 37 |
| Binary | 11110 | 10001110 | 10010 | 1001111 | 0 | 1010111 | 101100 | 1110010 | 1001110 | 11111 |
Color Harmonies of #1E8E12
Complementary color
Monochromatic Colors of #1E8E12
Black with #1E8E12
Text Example
Text Example
White with #1E8E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8E12; }
p { color: rgb(30,142,18); }
H1.HeaderClassName
{
color: #1E8E12;
}
.AnyTagClassName
{
color: #1E8E12;
}
</style>
background-color css
<style>
a { background-color: #1E8E12; }
a { background-color: rgb(30,142,18); }
div.DivClassName
{
background-color: #1E8E12;
}
.BgClassName
{
background-color: #1E8E12;
}
</style>
border-color css
<style>
span { border-color: #1E8E12; }
span { border-color: rgb(30,142,18); }
td.TdClassName
{
border-color: #1E8E12;
}
.TagClassName
{
border-color: #1E8E12;
}
</style>