Shades of Forest Green #1E8F14
Tints of Forest Green #1E8F14
RGB
CMYK
RGB Variations
Color information
#1E8F14 (or 0x1E8F14) is known color: Forest Green. HEX triplet: 1E, 8F and 14. RGB value is (30,143,20). Sum of RGB (Red+Green+Blue) = 30+143+20=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #1E8F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8F14 is #E170EB. Grayscale: #5F5F5F. Windows color (decimal): -14774508 or 1347358. OLE color: 1347358.
HSL color Cylindrical-coordinate representation of color #1E8F14: hue angle of 115.12º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8F14 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 143 | 20 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.44 |
| HSL | 115.12º | 0.75% | 0.32% | - |
| HSV(B) | 115.12º | 0.86% | 0.56% | - |
| XYZ | 10.48 | 19.97 | 3.96 | - |
| YUV | 95.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 143 | 20 | 0.79 | 0 | 0.86 | 0.44 | 115.12 | 0.75 | 0.32 |
| Hex | 1E | 8F | 14 | 4F | 0 | 56 | 2C | 73 | 4B | 20 |
| Octal | 36 | 217 | 24 | 117 | 0 | 126 | 54 | 163 | 113 | 40 |
| Binary | 11110 | 10001111 | 10100 | 1001111 | 0 | 1010110 | 101100 | 1110011 | 1001011 | 100000 |
Color Harmonies of #1E8F14
Complementary color
Monochromatic Colors of #1E8F14
Black with #1E8F14
Text Example
Text Example
White with #1E8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8F14; }
p { color: rgb(30,143,20); }
H1.HeaderClassName
{
color: #1E8F14;
}
.AnyTagClassName
{
color: #1E8F14;
}
</style>
background-color css
<style>
a { background-color: #1E8F14; }
a { background-color: rgb(30,143,20); }
div.DivClassName
{
background-color: #1E8F14;
}
.BgClassName
{
background-color: #1E8F14;
}
</style>
border-color css
<style>
span { border-color: #1E8F14; }
span { border-color: rgb(30,143,20); }
td.TdClassName
{
border-color: #1E8F14;
}
.TagClassName
{
border-color: #1E8F14;
}
</style>