Shades of Forest Green #0E9632
Tints of Forest Green #0E9632
RGB
CMYK
RGB Variations
Color information
#0E9632 (or 0x0E9632) is known color: Forest Green. HEX triplet: 0E, 96 and 32. RGB value is (14,150,50). Sum of RGB (Red+Green+Blue) = 14+150+50=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #0E9632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9632 is #F169CD. Grayscale: #626262. Windows color (decimal): -15821262 or 3315214. OLE color: 3315214.
HSL color Cylindrical-coordinate representation of color #0E9632: hue angle of 135.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9632 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 150 | 50 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.41 |
| HSL | 135.88º | 0.83% | 0.32% | - |
| HSV(B) | 135.88º | 0.91% | 0.59% | - |
| XYZ | 11.66 | 22.14 | 6.68 | - |
| YUV | 97.94 | 100.94 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 150 | 50 | 0.91 | 0 | 0.67 | 0.41 | 135.88 | 0.83 | 0.32 |
| Hex | E | 96 | 32 | 5B | 0 | 43 | 29 | 88 | 53 | 20 |
| Octal | 16 | 226 | 62 | 133 | 0 | 103 | 51 | 210 | 123 | 40 |
| Binary | 1110 | 10010110 | 110010 | 1011011 | 0 | 1000011 | 101001 | 10001000 | 1010011 | 100000 |
Color Harmonies of #0E9632
Complementary color
Monochromatic Colors of #0E9632
Black with #0E9632
Text Example
Text Example
White with #0E9632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9632; }
p { color: rgb(14,150,50); }
H1.HeaderClassName
{
color: #0E9632;
}
.AnyTagClassName
{
color: #0E9632;
}
</style>
background-color css
<style>
a { background-color: #0E9632; }
a { background-color: rgb(14,150,50); }
div.DivClassName
{
background-color: #0E9632;
}
.BgClassName
{
background-color: #0E9632;
}
</style>
border-color css
<style>
span { border-color: #0E9632; }
span { border-color: rgb(14,150,50); }
td.TdClassName
{
border-color: #0E9632;
}
.TagClassName
{
border-color: #0E9632;
}
</style>