Shades of Green #0E7F03
Tints of Green #0E7F03
RGB
CMYK
RGB Variations
Color information
#0E7F03 (or 0x0E7F03) is known color: Green. HEX triplet: 0E, 7F and 03. RGB value is (14,127,3). Sum of RGB (Red+Green+Blue) = 14+127+3=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 127 (50% from 255 or 88.19% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7F03 is #F180FC. Grayscale: #4F4F4F. Windows color (decimal): -15827197 or 229134. OLE color: 229134.
HSL color Cylindrical-coordinate representation of color #0E7F03: hue angle of 114.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E7F03 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 127 | 3 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.50 |
| HSL | 114.68º | 0.95% | 0.25% | - |
| HSV(B) | 114.68º | 0.98% | 0.5% | - |
| XYZ | 7.79 | 15.28 | 2.62 | - |
| YUV | 79.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 3 | 0.89 | 0 | 0.98 | 0.50 | 114.68 | 0.95 | 0.25 |
| Hex | E | 7F | 3 | 59 | 0 | 62 | 32 | 73 | 5F | 19 |
| Octal | 16 | 177 | 3 | 131 | 0 | 142 | 62 | 163 | 137 | 31 |
| Binary | 1110 | 1111111 | 11 | 1011001 | 0 | 1100010 | 110010 | 1110011 | 1011111 | 11001 |
Color Harmonies of #0E7F03
Complementary color
Monochromatic Colors of #0E7F03
Black with #0E7F03
Text Example
Text Example
White with #0E7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F03; }
p { color: rgb(14,127,3); }
H1.HeaderClassName
{
color: #0E7F03;
}
.AnyTagClassName
{
color: #0E7F03;
}
</style>
background-color css
<style>
a { background-color: #0E7F03; }
a { background-color: rgb(14,127,3); }
div.DivClassName
{
background-color: #0E7F03;
}
.BgClassName
{
background-color: #0E7F03;
}
</style>
border-color css
<style>
span { border-color: #0E7F03; }
span { border-color: rgb(14,127,3); }
td.TdClassName
{
border-color: #0E7F03;
}
.TagClassName
{
border-color: #0E7F03;
}
</style>