Shades of Forest Green #0E882C
Tints of Forest Green #0E882C
RGB
CMYK
RGB Variations
Color information
#0E882C (or 0x0E882C) is known color: Forest Green. HEX triplet: 0E, 88 and 2C. RGB value is (14,136,44). Sum of RGB (Red+Green+Blue) = 14+136+44=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 136 (53.52% from 255 or 70.10% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 136 - color contains mainly: green. Hex color #0E882C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E882C is #F177D3. Grayscale: #595959. Windows color (decimal): -15824852 or 2918414. OLE color: 2918414.
HSL color Cylindrical-coordinate representation of color #0E882C: hue angle of 134.75º 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 #0E882C is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 136 | 44 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.47 |
| HSL | 134.75º | 0.81% | 0.29% | - |
| HSV(B) | 134.75º | 0.9% | 0.53% | - |
| XYZ | 9.44 | 17.88 | 5.34 | - |
| YUV | 89.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 136 | 44 | 0.90 | 0 | 0.68 | 0.47 | 134.75 | 0.81 | 0.29 |
| Hex | E | 88 | 2C | 5A | 0 | 44 | 2F | 87 | 51 | 1D |
| Octal | 16 | 210 | 54 | 132 | 0 | 104 | 57 | 207 | 121 | 35 |
| Binary | 1110 | 10001000 | 101100 | 1011010 | 0 | 1000100 | 101111 | 10000111 | 1010001 | 11101 |
Color Harmonies of #0E882C
Complementary color
Monochromatic Colors of #0E882C
Black with #0E882C
Text Example
Text Example
White with #0E882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E882C; }
p { color: rgb(14,136,44); }
H1.HeaderClassName
{
color: #0E882C;
}
.AnyTagClassName
{
color: #0E882C;
}
</style>
background-color css
<style>
a { background-color: #0E882C; }
a { background-color: rgb(14,136,44); }
div.DivClassName
{
background-color: #0E882C;
}
.BgClassName
{
background-color: #0E882C;
}
</style>
border-color css
<style>
span { border-color: #0E882C; }
span { border-color: rgb(14,136,44); }
td.TdClassName
{
border-color: #0E882C;
}
.TagClassName
{
border-color: #0E882C;
}
</style>