Shades of Forest Green #0E842E
Tints of Forest Green #0E842E
RGB
CMYK
RGB Variations
Color information
#0E842E (or 0x0E842E) is known color: Forest Green. HEX triplet: 0E, 84 and 2E. RGB value is (14,132,46). Sum of RGB (Red+Green+Blue) = 14+132+46=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #0E842E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E842E is #F17BD1. Grayscale: #575757. Windows color (decimal): -15825874 or 3048462. OLE color: 3048462.
HSL color Cylindrical-coordinate representation of color #0E842E: hue angle of 136.27º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E842E is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 132 | 46 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.48 |
| HSL | 136.27º | 0.81% | 0.29% | - |
| HSV(B) | 136.27º | 0.89% | 0.52% | - |
| XYZ | 8.93 | 16.79 | 5.36 | - |
| YUV | 86.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 46 | 0.89 | 0 | 0.65 | 0.48 | 136.27 | 0.81 | 0.29 |
| Hex | E | 84 | 2E | 59 | 0 | 41 | 30 | 88 | 51 | 1D |
| Octal | 16 | 204 | 56 | 131 | 0 | 101 | 60 | 210 | 121 | 35 |
| Binary | 1110 | 10000100 | 101110 | 1011001 | 0 | 1000001 | 110000 | 10001000 | 1010001 | 11101 |
Color Harmonies of #0E842E
Complementary color
Monochromatic Colors of #0E842E
Black with #0E842E
Text Example
Text Example
White with #0E842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E842E; }
p { color: rgb(14,132,46); }
H1.HeaderClassName
{
color: #0E842E;
}
.AnyTagClassName
{
color: #0E842E;
}
</style>
background-color css
<style>
a { background-color: #0E842E; }
a { background-color: rgb(14,132,46); }
div.DivClassName
{
background-color: #0E842E;
}
.BgClassName
{
background-color: #0E842E;
}
</style>
border-color css
<style>
span { border-color: #0E842E; }
span { border-color: rgb(14,132,46); }
td.TdClassName
{
border-color: #0E842E;
}
.TagClassName
{
border-color: #0E842E;
}
</style>