Shades of Forest Green #0E9333
Tints of Forest Green #0E9333
RGB
CMYK
RGB Variations
Color information
#0E9333 (or 0x0E9333) is known color: Forest Green. HEX triplet: 0E, 93 and 33. RGB value is (14,147,51). Sum of RGB (Red+Green+Blue) = 14+147+51=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9333 is #F16CCC. Grayscale: #606060. Windows color (decimal): -15822029 or 3379982. OLE color: 3379982.
HSL color Cylindrical-coordinate representation of color #0E9333: hue angle of 136.69º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9333 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 51 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.42 |
| HSL | 136.69º | 0.83% | 0.32% | - |
| HSV(B) | 136.69º | 0.9% | 0.58% | - |
| XYZ | 11.21 | 21.2 | 6.63 | - |
| YUV | 96.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 51 | 0.90 | 0 | 0.65 | 0.42 | 136.69 | 0.83 | 0.32 |
| Hex | E | 93 | 33 | 5A | 0 | 41 | 2A | 89 | 53 | 20 |
| Octal | 16 | 223 | 63 | 132 | 0 | 101 | 52 | 211 | 123 | 40 |
| Binary | 1110 | 10010011 | 110011 | 1011010 | 0 | 1000001 | 101010 | 10001001 | 1010011 | 100000 |
Color Harmonies of #0E9333
Complementary color
Monochromatic Colors of #0E9333
Black with #0E9333
Text Example
Text Example
White with #0E9333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9333; }
p { color: rgb(14,147,51); }
H1.HeaderClassName
{
color: #0E9333;
}
.AnyTagClassName
{
color: #0E9333;
}
</style>
background-color css
<style>
a { background-color: #0E9333; }
a { background-color: rgb(14,147,51); }
div.DivClassName
{
background-color: #0E9333;
}
.BgClassName
{
background-color: #0E9333;
}
</style>
border-color css
<style>
span { border-color: #0E9333; }
span { border-color: rgb(14,147,51); }
td.TdClassName
{
border-color: #0E9333;
}
.TagClassName
{
border-color: #0E9333;
}
</style>