Shades of Forest Green #1E7114
Tints of Forest Green #1E7114
RGB
CMYK
RGB Variations
Color information
#1E7114 (or 0x1E7114) is known color: Forest Green. HEX triplet: 1E, 71 and 14. RGB value is (30,113,20). Sum of RGB (Red+Green+Blue) = 30+113+20=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #1E7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7114 is #E18EEB. Grayscale: #4D4D4D. Windows color (decimal): -14782188 or 1339678. OLE color: 1339678.
HSL color Cylindrical-coordinate representation of color #1E7114: hue angle of 113.55º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E7114 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 113 | 20 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.56 |
| HSL | 113.55º | 0.7% | 0.26% | - |
| HSV(B) | 113.55º | 0.82% | 0.44% | - |
| XYZ | 6.57 | 12.14 | 2.66 | - |
| YUV | 77.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 20 | 0.73 | 0 | 0.82 | 0.56 | 113.55 | 0.7 | 0.26 |
| Hex | 1E | 71 | 14 | 49 | 0 | 52 | 38 | 72 | 46 | 1A |
| Octal | 36 | 161 | 24 | 111 | 0 | 122 | 70 | 162 | 106 | 32 |
| Binary | 11110 | 1110001 | 10100 | 1001001 | 0 | 1010010 | 111000 | 1110010 | 1000110 | 11010 |
Color Harmonies of #1E7114
Complementary color
Monochromatic Colors of #1E7114
Black with #1E7114
Text Example
Text Example
White with #1E7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7114; }
p { color: rgb(30,113,20); }
H1.HeaderClassName
{
color: #1E7114;
}
.AnyTagClassName
{
color: #1E7114;
}
</style>
background-color css
<style>
a { background-color: #1E7114; }
a { background-color: rgb(30,113,20); }
div.DivClassName
{
background-color: #1E7114;
}
.BgClassName
{
background-color: #1E7114;
}
</style>
border-color css
<style>
span { border-color: #1E7114; }
span { border-color: rgb(30,113,20); }
td.TdClassName
{
border-color: #1E7114;
}
.TagClassName
{
border-color: #1E7114;
}
</style>