Shades of Green #0D6013
Tints of Green #0D6013
RGB
CMYK
RGB Variations
Color information
#0D6013 (or 0x0D6013) is known color: Green. HEX triplet: 0D, 60 and 13. RGB value is (13,96,19). Sum of RGB (Red+Green+Blue) = 13+96+19=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6013 is #F29FEC. Grayscale: #3E3E3E. Windows color (decimal): -15900653 or 1269773. OLE color: 1269773.
HSL color Cylindrical-coordinate representation of color #0D6013: hue angle of 124.34º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6013 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 19 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.62 |
| HSL | 124.34º | 0.76% | 0.21% | - |
| HSV(B) | 124.34º | 0.86% | 0.38% | - |
| XYZ | 4.47 | 8.5 | 2.02 | - |
| YUV | 62.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 19 | 0.86 | 0 | 0.80 | 0.62 | 124.34 | 0.76 | 0.21 |
| Hex | D | 60 | 13 | 56 | 0 | 50 | 3E | 7C | 4C | 15 |
| Octal | 15 | 140 | 23 | 126 | 0 | 120 | 76 | 174 | 114 | 25 |
| Binary | 1101 | 1100000 | 10011 | 1010110 | 0 | 1010000 | 111110 | 1111100 | 1001100 | 10101 |
Color Harmonies of #0D6013
Complementary color
Monochromatic Colors of #0D6013
Black with #0D6013
Text Example
Text Example
White with #0D6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6013; }
p { color: rgb(13,96,19); }
H1.HeaderClassName
{
color: #0D6013;
}
.AnyTagClassName
{
color: #0D6013;
}
</style>
background-color css
<style>
a { background-color: #0D6013; }
a { background-color: rgb(13,96,19); }
div.DivClassName
{
background-color: #0D6013;
}
.BgClassName
{
background-color: #0D6013;
}
</style>
border-color css
<style>
span { border-color: #0D6013; }
span { border-color: rgb(13,96,19); }
td.TdClassName
{
border-color: #0D6013;
}
.TagClassName
{
border-color: #0D6013;
}
</style>