Shades of Forest Green #1E700E
Tints of Forest Green #1E700E
RGB
CMYK
RGB Variations
Color information
#1E700E (or 0x1E700E) is known color: Forest Green. HEX triplet: 1E, 70 and 0E. RGB value is (30,112,14). Sum of RGB (Red+Green+Blue) = 30+112+14=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #1E700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E700E is #E18FF1. Grayscale: #4C4C4C. Windows color (decimal): -14782450 or 946206. OLE color: 946206.
HSL color Cylindrical-coordinate representation of color #1E700E: hue angle of 110.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E700E is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 112 | 14 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.56 |
| HSL | 110.2º | 0.78% | 0.25% | - |
| HSV(B) | 110.2º | 0.88% | 0.44% | - |
| XYZ | 6.41 | 11.9 | 2.37 | - |
| YUV | 76.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 14 | 0.73 | 0 | 0.88 | 0.56 | 110.2 | 0.78 | 0.25 |
| Hex | 1E | 70 | E | 49 | 0 | 58 | 38 | 6E | 4E | 19 |
| Octal | 36 | 160 | 16 | 111 | 0 | 130 | 70 | 156 | 116 | 31 |
| Binary | 11110 | 1110000 | 1110 | 1001001 | 0 | 1011000 | 111000 | 1101110 | 1001110 | 11001 |
Color Harmonies of #1E700E
Complementary color
Monochromatic Colors of #1E700E
Black with #1E700E
Text Example
Text Example
White with #1E700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E700E; }
p { color: rgb(30,112,14); }
H1.HeaderClassName
{
color: #1E700E;
}
.AnyTagClassName
{
color: #1E700E;
}
</style>
background-color css
<style>
a { background-color: #1E700E; }
a { background-color: rgb(30,112,14); }
div.DivClassName
{
background-color: #1E700E;
}
.BgClassName
{
background-color: #1E700E;
}
</style>
border-color css
<style>
span { border-color: #1E700E; }
span { border-color: rgb(30,112,14); }
td.TdClassName
{
border-color: #1E700E;
}
.TagClassName
{
border-color: #1E700E;
}
</style>