Shades of Green #0D7417
Tints of Green #0D7417
RGB
CMYK
RGB Variations
Color information
#0D7417 (or 0x0D7417) is known color: Green. HEX triplet: 0D, 74 and 17. RGB value is (13,116,23). Sum of RGB (Red+Green+Blue) = 13+116+23=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 116 (45.70% from 255 or 76.32% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7417 is #F28BE8. Grayscale: #4A4A4A. Windows color (decimal): -15895529 or 1537037. OLE color: 1537037.
HSL color Cylindrical-coordinate representation of color #0D7417: hue angle of 125.83º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7417 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 23 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.55 |
| HSL | 125.83º | 0.8% | 0.25% | - |
| HSV(B) | 125.83º | 0.89% | 0.45% | - |
| XYZ | 6.57 | 12.64 | 2.9 | - |
| YUV | 74.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 23 | 0.89 | 0 | 0.80 | 0.55 | 125.83 | 0.8 | 0.25 |
| Hex | D | 74 | 17 | 59 | 0 | 50 | 37 | 7E | 50 | 19 |
| Octal | 15 | 164 | 27 | 131 | 0 | 120 | 67 | 176 | 120 | 31 |
| Binary | 1101 | 1110100 | 10111 | 1011001 | 0 | 1010000 | 110111 | 1111110 | 1010000 | 11001 |
Color Harmonies of #0D7417
Complementary color
Monochromatic Colors of #0D7417
Black with #0D7417
Text Example
Text Example
White with #0D7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7417; }
p { color: rgb(13,116,23); }
H1.HeaderClassName
{
color: #0D7417;
}
.AnyTagClassName
{
color: #0D7417;
}
</style>
background-color css
<style>
a { background-color: #0D7417; }
a { background-color: rgb(13,116,23); }
div.DivClassName
{
background-color: #0D7417;
}
.BgClassName
{
background-color: #0D7417;
}
</style>
border-color css
<style>
span { border-color: #0D7417; }
span { border-color: rgb(13,116,23); }
td.TdClassName
{
border-color: #0D7417;
}
.TagClassName
{
border-color: #0D7417;
}
</style>