Shades of Forest Green #1E720D
Tints of Forest Green #1E720D
RGB
CMYK
RGB Variations
Color information
#1E720D (or 0x1E720D) is known color: Forest Green. HEX triplet: 1E, 72 and 0D. RGB value is (30,114,13). Sum of RGB (Red+Green+Blue) = 30+114+13=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #1E720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E720D is #E18DF2. Grayscale: #4D4D4D. Windows color (decimal): -14781939 or 881182. OLE color: 881182.
HSL color Cylindrical-coordinate representation of color #1E720D: hue angle of 109.9º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E720D is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 114 | 13 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.55 |
| HSL | 109.9º | 0.8% | 0.25% | - |
| HSV(B) | 109.9º | 0.89% | 0.45% | - |
| XYZ | 6.63 | 12.34 | 2.41 | - |
| YUV | 77.37 | 91.67 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 13 | 0.74 | 0 | 0.89 | 0.55 | 109.9 | 0.8 | 0.25 |
| Hex | 1E | 72 | D | 4A | 0 | 59 | 37 | 6E | 50 | 19 |
| Octal | 36 | 162 | 15 | 112 | 0 | 131 | 67 | 156 | 120 | 31 |
| Binary | 11110 | 1110010 | 1101 | 1001010 | 0 | 1011001 | 110111 | 1101110 | 1010000 | 11001 |
Color Harmonies of #1E720D
Complementary color
Monochromatic Colors of #1E720D
Black with #1E720D
Text Example
Text Example
White with #1E720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E720D; }
p { color: rgb(30,114,13); }
H1.HeaderClassName
{
color: #1E720D;
}
.AnyTagClassName
{
color: #1E720D;
}
</style>
background-color css
<style>
a { background-color: #1E720D; }
a { background-color: rgb(30,114,13); }
div.DivClassName
{
background-color: #1E720D;
}
.BgClassName
{
background-color: #1E720D;
}
</style>
border-color css
<style>
span { border-color: #1E720D; }
span { border-color: rgb(30,114,13); }
td.TdClassName
{
border-color: #1E720D;
}
.TagClassName
{
border-color: #1E720D;
}
</style>