Shades of Forest Green #1E7511
Tints of Forest Green #1E7511
RGB
CMYK
RGB Variations
Color information
#1E7511 (or 0x1E7511) is known color: Forest Green. HEX triplet: 1E, 75 and 11. RGB value is (30,117,17). Sum of RGB (Red+Green+Blue) = 30+117+17=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #1E7511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7511 is #E18AEE. Grayscale: #4F4F4F. Windows color (decimal): -14781167 or 1144094. OLE color: 1144094.
HSL color Cylindrical-coordinate representation of color #1E7511: hue angle of 112.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7511 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 17 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.54 |
| HSL | 112.2º | 0.75% | 0.26% | - |
| HSV(B) | 112.2º | 0.85% | 0.46% | - |
| XYZ | 7 | 13.04 | 2.68 | - |
| YUV | 79.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 17 | 0.74 | 0 | 0.85 | 0.54 | 112.2 | 0.75 | 0.26 |
| Hex | 1E | 75 | 11 | 4A | 0 | 55 | 36 | 70 | 4B | 1A |
| Octal | 36 | 165 | 21 | 112 | 0 | 125 | 66 | 160 | 113 | 32 |
| Binary | 11110 | 1110101 | 10001 | 1001010 | 0 | 1010101 | 110110 | 1110000 | 1001011 | 11010 |
Color Harmonies of #1E7511
Complementary color
Monochromatic Colors of #1E7511
Black with #1E7511
Text Example
Text Example
White with #1E7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7511; }
p { color: rgb(30,117,17); }
H1.HeaderClassName
{
color: #1E7511;
}
.AnyTagClassName
{
color: #1E7511;
}
</style>
background-color css
<style>
a { background-color: #1E7511; }
a { background-color: rgb(30,117,17); }
div.DivClassName
{
background-color: #1E7511;
}
.BgClassName
{
background-color: #1E7511;
}
</style>
border-color css
<style>
span { border-color: #1E7511; }
span { border-color: rgb(30,117,17); }
td.TdClassName
{
border-color: #1E7511;
}
.TagClassName
{
border-color: #1E7511;
}
</style>