Shades of Forest Green #0E881C
Tints of Forest Green #0E881C
RGB
CMYK
RGB Variations
Color information
#0E881C (or 0x0E881C) is known color: Forest Green. HEX triplet: 0E, 88 and 1C. RGB value is (14,136,28). Sum of RGB (Red+Green+Blue) = 14+136+28=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 136 (53.52% from 255 or 76.40% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 136 - color contains mainly: green. Hex color #0E881C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E881C is #F177E3. Grayscale: #575757. Windows color (decimal): -15824868 or 1869838. OLE color: 1869838.
HSL color Cylindrical-coordinate representation of color #0E881C: hue angle of 126.89º 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 #0E881C is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 136 | 28 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.47 |
| HSL | 126.89º | 0.81% | 0.29% | - |
| HSV(B) | 126.89º | 0.9% | 0.53% | - |
| XYZ | 9.19 | 17.79 | 4.05 | - |
| YUV | 87.21 | 94.58 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 136 | 28 | 0.90 | 0 | 0.79 | 0.47 | 126.89 | 0.81 | 0.29 |
| Hex | E | 88 | 1C | 5A | 0 | 4F | 2F | 7F | 51 | 1D |
| Octal | 16 | 210 | 34 | 132 | 0 | 117 | 57 | 177 | 121 | 35 |
| Binary | 1110 | 10001000 | 11100 | 1011010 | 0 | 1001111 | 101111 | 1111111 | 1010001 | 11101 |
Color Harmonies of #0E881C
Complementary color
Monochromatic Colors of #0E881C
Black with #0E881C
Text Example
Text Example
White with #0E881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E881C; }
p { color: rgb(14,136,28); }
H1.HeaderClassName
{
color: #0E881C;
}
.AnyTagClassName
{
color: #0E881C;
}
</style>
background-color css
<style>
a { background-color: #0E881C; }
a { background-color: rgb(14,136,28); }
div.DivClassName
{
background-color: #0E881C;
}
.BgClassName
{
background-color: #0E881C;
}
</style>
border-color css
<style>
span { border-color: #0E881C; }
span { border-color: rgb(14,136,28); }
td.TdClassName
{
border-color: #0E881C;
}
.TagClassName
{
border-color: #0E881C;
}
</style>