Shades of Green #0E7519
Tints of Green #0E7519
RGB
CMYK
RGB Variations
Color information
#0E7519 (or 0x0E7519) is known color: Green. HEX triplet: 0E, 75 and 19. RGB value is (14,117,25). Sum of RGB (Red+Green+Blue) = 14+117+25=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7519 is #F18AE6. Grayscale: #4B4B4B. Windows color (decimal): -15829735 or 1668366. OLE color: 1668366.
HSL color Cylindrical-coordinate representation of color #0E7519: hue angle of 126.41º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7519 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 25 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.54 |
| HSL | 126.41º | 0.79% | 0.26% | - |
| HSV(B) | 126.41º | 0.88% | 0.46% | - |
| XYZ | 6.72 | 12.89 | 3.05 | - |
| YUV | 75.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 25 | 0.88 | 0 | 0.79 | 0.54 | 126.41 | 0.79 | 0.26 |
| Hex | E | 75 | 19 | 58 | 0 | 4F | 36 | 7E | 4F | 1A |
| Octal | 16 | 165 | 31 | 130 | 0 | 117 | 66 | 176 | 117 | 32 |
| Binary | 1110 | 1110101 | 11001 | 1011000 | 0 | 1001111 | 110110 | 1111110 | 1001111 | 11010 |
Color Harmonies of #0E7519
Complementary color
Monochromatic Colors of #0E7519
Black with #0E7519
Text Example
Text Example
White with #0E7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7519; }
p { color: rgb(14,117,25); }
H1.HeaderClassName
{
color: #0E7519;
}
.AnyTagClassName
{
color: #0E7519;
}
</style>
background-color css
<style>
a { background-color: #0E7519; }
a { background-color: rgb(14,117,25); }
div.DivClassName
{
background-color: #0E7519;
}
.BgClassName
{
background-color: #0E7519;
}
</style>
border-color css
<style>
span { border-color: #0E7519; }
span { border-color: rgb(14,117,25); }
td.TdClassName
{
border-color: #0E7519;
}
.TagClassName
{
border-color: #0E7519;
}
</style>