Shades of Forest Green #0E8624
Tints of Forest Green #0E8624
RGB
CMYK
RGB Variations
Color information
#0E8624 (or 0x0E8624) is known color: Forest Green. HEX triplet: 0E, 86 and 24. RGB value is (14,134,36). Sum of RGB (Red+Green+Blue) = 14+134+36=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 134 (52.73% from 255 or 72.83% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 134 - color contains mainly: green. Hex color #0E8624 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8624 is #F179DB. Grayscale: #575757. Windows color (decimal): -15825372 or 2393614. OLE color: 2393614.
HSL color Cylindrical-coordinate representation of color #0E8624: hue angle of 131º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8624 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 134 | 36 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.47 |
| HSL | 131º | 0.81% | 0.29% | - |
| HSV(B) | 131º | 0.9% | 0.53% | - |
| XYZ | 9.02 | 17.27 | 4.53 | - |
| YUV | 86.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 36 | 0.90 | 0 | 0.73 | 0.47 | 131 | 0.81 | 0.29 |
| Hex | E | 86 | 24 | 5A | 0 | 49 | 2F | 83 | 51 | 1D |
| Octal | 16 | 206 | 44 | 132 | 0 | 111 | 57 | 203 | 121 | 35 |
| Binary | 1110 | 10000110 | 100100 | 1011010 | 0 | 1001001 | 101111 | 10000011 | 1010001 | 11101 |
Color Harmonies of #0E8624
Complementary color
Monochromatic Colors of #0E8624
Black with #0E8624
Text Example
Text Example
White with #0E8624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8624; }
p { color: rgb(14,134,36); }
H1.HeaderClassName
{
color: #0E8624;
}
.AnyTagClassName
{
color: #0E8624;
}
</style>
background-color css
<style>
a { background-color: #0E8624; }
a { background-color: rgb(14,134,36); }
div.DivClassName
{
background-color: #0E8624;
}
.BgClassName
{
background-color: #0E8624;
}
</style>
border-color css
<style>
span { border-color: #0E8624; }
span { border-color: rgb(14,134,36); }
td.TdClassName
{
border-color: #0E8624;
}
.TagClassName
{
border-color: #0E8624;
}
</style>