Shades of Forest Green #0E9532
Tints of Forest Green #0E9532
RGB
CMYK
RGB Variations
Color information
#0E9532 (or 0x0E9532) is known color: Forest Green. HEX triplet: 0E, 95 and 32. RGB value is (14,149,50). Sum of RGB (Red+Green+Blue) = 14+149+50=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9532 is #F16ACD. Grayscale: #616161. Windows color (decimal): -15821518 or 3314958. OLE color: 3314958.
HSL color Cylindrical-coordinate representation of color #0E9532: hue angle of 136º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9532 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 149 | 50 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.42 |
| HSL | 136º | 0.83% | 0.32% | - |
| HSV(B) | 136º | 0.91% | 0.58% | - |
| XYZ | 11.5 | 21.82 | 6.62 | - |
| YUV | 97.35 | 101.27 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 149 | 50 | 0.91 | 0 | 0.66 | 0.42 | 136 | 0.83 | 0.32 |
| Hex | E | 95 | 32 | 5B | 0 | 42 | 2A | 88 | 53 | 20 |
| Octal | 16 | 225 | 62 | 133 | 0 | 102 | 52 | 210 | 123 | 40 |
| Binary | 1110 | 10010101 | 110010 | 1011011 | 0 | 1000010 | 101010 | 10001000 | 1010011 | 100000 |
Color Harmonies of #0E9532
Complementary color
Monochromatic Colors of #0E9532
Black with #0E9532
Text Example
Text Example
White with #0E9532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9532; }
p { color: rgb(14,149,50); }
H1.HeaderClassName
{
color: #0E9532;
}
.AnyTagClassName
{
color: #0E9532;
}
</style>
background-color css
<style>
a { background-color: #0E9532; }
a { background-color: rgb(14,149,50); }
div.DivClassName
{
background-color: #0E9532;
}
.BgClassName
{
background-color: #0E9532;
}
</style>
border-color css
<style>
span { border-color: #0E9532; }
span { border-color: rgb(14,149,50); }
td.TdClassName
{
border-color: #0E9532;
}
.TagClassName
{
border-color: #0E9532;
}
</style>