Shades of Green #0E7209
Tints of Green #0E7209
RGB
CMYK
RGB Variations
Color information
#0E7209 (or 0x0E7209) is known color: Green. HEX triplet: 0E, 72 and 09. RGB value is (14,114,9). Sum of RGB (Red+Green+Blue) = 14+114+9=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 114 (44.92% from 255 or 83.21% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 114 - color contains mainly: green. Hex color #0E7209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7209 is #F18DF6. Grayscale: #484848. Windows color (decimal): -15830519 or 619022. OLE color: 619022.
HSL color Cylindrical-coordinate representation of color #0E7209: hue angle of 117.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7209 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 114 | 9 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.55 |
| HSL | 117.14º | 0.85% | 0.24% | - |
| HSV(B) | 117.14º | 0.92% | 0.45% | - |
| XYZ | 6.25 | 12.15 | 2.27 | - |
| YUV | 72.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 9 | 0.88 | 0 | 0.92 | 0.55 | 117.14 | 0.85 | 0.24 |
| Hex | E | 72 | 9 | 58 | 0 | 5C | 37 | 75 | 55 | 18 |
| Octal | 16 | 162 | 11 | 130 | 0 | 134 | 67 | 165 | 125 | 30 |
| Binary | 1110 | 1110010 | 1001 | 1011000 | 0 | 1011100 | 110111 | 1110101 | 1010101 | 11000 |
Color Harmonies of #0E7209
Complementary color
Monochromatic Colors of #0E7209
Black with #0E7209
Text Example
Text Example
White with #0E7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7209; }
p { color: rgb(14,114,9); }
H1.HeaderClassName
{
color: #0E7209;
}
.AnyTagClassName
{
color: #0E7209;
}
</style>
background-color css
<style>
a { background-color: #0E7209; }
a { background-color: rgb(14,114,9); }
div.DivClassName
{
background-color: #0E7209;
}
.BgClassName
{
background-color: #0E7209;
}
</style>
border-color css
<style>
span { border-color: #0E7209; }
span { border-color: rgb(14,114,9); }
td.TdClassName
{
border-color: #0E7209;
}
.TagClassName
{
border-color: #0E7209;
}
</style>