Shades of Forest Green #1E8214
Tints of Forest Green #1E8214
RGB
CMYK
RGB Variations
Color information
#1E8214 (or 0x1E8214) is known color: Forest Green. HEX triplet: 1E, 82 and 14. RGB value is (30,130,20). Sum of RGB (Red+Green+Blue) = 30+130+20=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E8214 is #E17DEB. Grayscale: #575757. Windows color (decimal): -14777836 or 1344030. OLE color: 1344030.
HSL color Cylindrical-coordinate representation of color #1E8214: hue angle of 114.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E8214 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 20 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.49 |
| HSL | 114.55º | 0.73% | 0.29% | - |
| HSV(B) | 114.55º | 0.85% | 0.51% | - |
| XYZ | 8.64 | 16.29 | 3.35 | - |
| YUV | 87.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 20 | 0.77 | 0 | 0.85 | 0.49 | 114.55 | 0.73 | 0.29 |
| Hex | 1E | 82 | 14 | 4D | 0 | 55 | 31 | 73 | 49 | 1D |
| Octal | 36 | 202 | 24 | 115 | 0 | 125 | 61 | 163 | 111 | 35 |
| Binary | 11110 | 10000010 | 10100 | 1001101 | 0 | 1010101 | 110001 | 1110011 | 1001001 | 11101 |
Color Harmonies of #1E8214
Complementary color
Monochromatic Colors of #1E8214
Black with #1E8214
Text Example
Text Example
White with #1E8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8214; }
p { color: rgb(30,130,20); }
H1.HeaderClassName
{
color: #1E8214;
}
.AnyTagClassName
{
color: #1E8214;
}
</style>
background-color css
<style>
a { background-color: #1E8214; }
a { background-color: rgb(30,130,20); }
div.DivClassName
{
background-color: #1E8214;
}
.BgClassName
{
background-color: #1E8214;
}
</style>
border-color css
<style>
span { border-color: #1E8214; }
span { border-color: rgb(30,130,20); }
td.TdClassName
{
border-color: #1E8214;
}
.TagClassName
{
border-color: #1E8214;
}
</style>