Shades of Forest Green #1E7011
Tints of Forest Green #1E7011
RGB
CMYK
RGB Variations
Color information
#1E7011 (or 0x1E7011) is known color: Forest Green. HEX triplet: 1E, 70 and 11. RGB value is (30,112,17). Sum of RGB (Red+Green+Blue) = 30+112+17=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #1E7011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7011 is #E18FEE. Grayscale: #4C4C4C. Windows color (decimal): -14782447 or 1142814. OLE color: 1142814.
HSL color Cylindrical-coordinate representation of color #1E7011: hue angle of 111.79º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7011 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 112 | 17 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.56 |
| HSL | 111.79º | 0.74% | 0.25% | - |
| HSV(B) | 111.79º | 0.85% | 0.44% | - |
| XYZ | 6.43 | 11.9 | 2.49 | - |
| YUV | 76.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 17 | 0.73 | 0 | 0.85 | 0.56 | 111.79 | 0.74 | 0.25 |
| Hex | 1E | 70 | 11 | 49 | 0 | 55 | 38 | 70 | 4A | 19 |
| Octal | 36 | 160 | 21 | 111 | 0 | 125 | 70 | 160 | 112 | 31 |
| Binary | 11110 | 1110000 | 10001 | 1001001 | 0 | 1010101 | 111000 | 1110000 | 1001010 | 11001 |
Color Harmonies of #1E7011
Complementary color
Monochromatic Colors of #1E7011
Black with #1E7011
Text Example
Text Example
White with #1E7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7011; }
p { color: rgb(30,112,17); }
H1.HeaderClassName
{
color: #1E7011;
}
.AnyTagClassName
{
color: #1E7011;
}
</style>
background-color css
<style>
a { background-color: #1E7011; }
a { background-color: rgb(30,112,17); }
div.DivClassName
{
background-color: #1E7011;
}
.BgClassName
{
background-color: #1E7011;
}
</style>
border-color css
<style>
span { border-color: #1E7011; }
span { border-color: rgb(30,112,17); }
td.TdClassName
{
border-color: #1E7011;
}
.TagClassName
{
border-color: #1E7011;
}
</style>