Shades of Green #0E7311
Tints of Green #0E7311
RGB
CMYK
RGB Variations
Color information
#0E7311 (or 0x0E7311) is known color: Green. HEX triplet: 0E, 73 and 11. RGB value is (14,115,17). Sum of RGB (Red+Green+Blue) = 14+115+17=146 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.59% from 146); Green value is 115 (45.31% from 255 or 78.77% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7311 is #F18CEE. Grayscale: #494949. Windows color (decimal): -15830255 or 1143566. OLE color: 1143566.
HSL color Cylindrical-coordinate representation of color #0E7311: hue angle of 121.78º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7311 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 115 | 17 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.55 |
| HSL | 121.78º | 0.78% | 0.25% | - |
| HSV(B) | 121.78º | 0.88% | 0.45% | - |
| XYZ | 6.41 | 12.4 | 2.58 | - |
| YUV | 73.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 17 | 0.88 | 0 | 0.85 | 0.55 | 121.78 | 0.78 | 0.25 |
| Hex | E | 73 | 11 | 58 | 0 | 55 | 37 | 7A | 4E | 19 |
| Octal | 16 | 163 | 21 | 130 | 0 | 125 | 67 | 172 | 116 | 31 |
| Binary | 1110 | 1110011 | 10001 | 1011000 | 0 | 1010101 | 110111 | 1111010 | 1001110 | 11001 |
Color Harmonies of #0E7311
Complementary color
Monochromatic Colors of #0E7311
Black with #0E7311
Text Example
Text Example
White with #0E7311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7311; }
p { color: rgb(14,115,17); }
H1.HeaderClassName
{
color: #0E7311;
}
.AnyTagClassName
{
color: #0E7311;
}
</style>
background-color css
<style>
a { background-color: #0E7311; }
a { background-color: rgb(14,115,17); }
div.DivClassName
{
background-color: #0E7311;
}
.BgClassName
{
background-color: #0E7311;
}
</style>
border-color css
<style>
span { border-color: #0E7311; }
span { border-color: rgb(14,115,17); }
td.TdClassName
{
border-color: #0E7311;
}
.TagClassName
{
border-color: #0E7311;
}
</style>