Shades of Green #0E5D03
Tints of Green #0E5D03
RGB
CMYK
RGB Variations
Color information
#0E5D03 (or 0x0E5D03) is known color: Green. HEX triplet: 0E, 5D and 03. RGB value is (14,93,3). Sum of RGB (Red+Green+Blue) = 14+93+3=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 93 (36.72% from 255 or 84.55% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5D03 is #F1A2FC. Grayscale: #3B3B3B. Windows color (decimal): -15835901 or 220430. OLE color: 220430.
HSL color Cylindrical-coordinate representation of color #0E5D03: hue angle of 112.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E5D03 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 93 | 3 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.64 |
| HSL | 112.67º | 0.94% | 0.19% | - |
| HSV(B) | 112.67º | 0.97% | 0.36% | - |
| XYZ | 4.11 | 7.93 | 1.4 | - |
| YUV | 59.12 | 96.33 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 3 | 0.85 | 0 | 0.97 | 0.64 | 112.67 | 0.94 | 0.19 |
| Hex | E | 5D | 3 | 55 | 0 | 61 | 40 | 71 | 5E | 13 |
| Octal | 16 | 135 | 3 | 125 | 0 | 141 | 100 | 161 | 136 | 23 |
| Binary | 1110 | 1011101 | 11 | 1010101 | 0 | 1100001 | 1000000 | 1110001 | 1011110 | 10011 |
Color Harmonies of #0E5D03
Complementary color
Monochromatic Colors of #0E5D03
Black with #0E5D03
Text Example
Text Example
White with #0E5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D03; }
p { color: rgb(14,93,3); }
H1.HeaderClassName
{
color: #0E5D03;
}
.AnyTagClassName
{
color: #0E5D03;
}
</style>
background-color css
<style>
a { background-color: #0E5D03; }
a { background-color: rgb(14,93,3); }
div.DivClassName
{
background-color: #0E5D03;
}
.BgClassName
{
background-color: #0E5D03;
}
</style>
border-color css
<style>
span { border-color: #0E5D03; }
span { border-color: rgb(14,93,3); }
td.TdClassName
{
border-color: #0E5D03;
}
.TagClassName
{
border-color: #0E5D03;
}
</style>