Shades of Forest Green #0E9221
Tints of Forest Green #0E9221
RGB
CMYK
RGB Variations
Color information
#0E9221 (or 0x0E9221) is known color: Forest Green. HEX triplet: 0E, 92 and 21. RGB value is (14,146,33). Sum of RGB (Red+Green+Blue) = 14+146+33=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 146 (57.42% from 255 or 75.65% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9221 is #F16DDE. Grayscale: #5D5D5D. Windows color (decimal): -15822303 or 2200078. OLE color: 2200078.
HSL color Cylindrical-coordinate representation of color #0E9221: hue angle of 128.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9221 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 146 | 33 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.43 |
| HSL | 128.64º | 0.83% | 0.31% | - |
| HSV(B) | 128.64º | 0.9% | 0.57% | - |
| XYZ | 10.73 | 20.76 | 4.88 | - |
| YUV | 93.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 33 | 0.90 | 0 | 0.77 | 0.43 | 128.64 | 0.83 | 0.31 |
| Hex | E | 92 | 21 | 5A | 0 | 4D | 2B | 81 | 52 | 1F |
| Octal | 16 | 222 | 41 | 132 | 0 | 115 | 53 | 201 | 122 | 37 |
| Binary | 1110 | 10010010 | 100001 | 1011010 | 0 | 1001101 | 101011 | 10000001 | 1010010 | 11111 |
Color Harmonies of #0E9221
Complementary color
Monochromatic Colors of #0E9221
Black with #0E9221
Text Example
Text Example
White with #0E9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9221; }
p { color: rgb(14,146,33); }
H1.HeaderClassName
{
color: #0E9221;
}
.AnyTagClassName
{
color: #0E9221;
}
</style>
background-color css
<style>
a { background-color: #0E9221; }
a { background-color: rgb(14,146,33); }
div.DivClassName
{
background-color: #0E9221;
}
.BgClassName
{
background-color: #0E9221;
}
</style>
border-color css
<style>
span { border-color: #0E9221; }
span { border-color: rgb(14,146,33); }
td.TdClassName
{
border-color: #0E9221;
}
.TagClassName
{
border-color: #0E9221;
}
</style>