Shades of Forest Green #0E8121
Tints of Forest Green #0E8121
RGB
CMYK
RGB Variations
Color information
#0E8121 (or 0x0E8121) is known color: Forest Green. HEX triplet: 0E, 81 and 21. RGB value is (14,129,33). Sum of RGB (Red+Green+Blue) = 14+129+33=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 129 (50.78% from 255 or 73.30% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8121 is #F17EDE. Grayscale: #535353. Windows color (decimal): -15826655 or 2195726. OLE color: 2195726.
HSL color Cylindrical-coordinate representation of color #0E8121: hue angle of 129.91º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8121 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 33 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.49 |
| HSL | 129.91º | 0.8% | 0.28% | - |
| HSV(B) | 129.91º | 0.89% | 0.51% | - |
| XYZ | 8.31 | 15.9 | 4.07 | - |
| YUV | 83.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 33 | 0.89 | 0 | 0.74 | 0.49 | 129.91 | 0.8 | 0.28 |
| Hex | E | 81 | 21 | 59 | 0 | 4A | 31 | 82 | 50 | 1C |
| Octal | 16 | 201 | 41 | 131 | 0 | 112 | 61 | 202 | 120 | 34 |
| Binary | 1110 | 10000001 | 100001 | 1011001 | 0 | 1001010 | 110001 | 10000010 | 1010000 | 11100 |
Color Harmonies of #0E8121
Complementary color
Monochromatic Colors of #0E8121
Black with #0E8121
Text Example
Text Example
White with #0E8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8121; }
p { color: rgb(14,129,33); }
H1.HeaderClassName
{
color: #0E8121;
}
.AnyTagClassName
{
color: #0E8121;
}
</style>
background-color css
<style>
a { background-color: #0E8121; }
a { background-color: rgb(14,129,33); }
div.DivClassName
{
background-color: #0E8121;
}
.BgClassName
{
background-color: #0E8121;
}
</style>
border-color css
<style>
span { border-color: #0E8121; }
span { border-color: rgb(14,129,33); }
td.TdClassName
{
border-color: #0E8121;
}
.TagClassName
{
border-color: #0E8121;
}
</style>