Shades of Dark Green #0D1310
Tints of Dark Green #0D1310
RGB
CMYK
RGB Variations
Color information
#0D1310 (or 0x0D1310) is known color: Dark Green. HEX triplet: 0D, 13 and 10. RGB value is (13,19,16). Sum of RGB (Red+Green+Blue) = 13+19+16=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #0D1310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1310 is #F2ECEF. Grayscale: #101010. Windows color (decimal): -15920368 or 1053453. OLE color: 1053453.
HSL color Cylindrical-coordinate representation of color #0D1310: hue angle of 150º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0D1310 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 19 | 16 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.93 |
| HSL | 150º | 0.19% | 0.06% | - |
| HSV(B) | 150º | 0.32% | 0.07% | - |
| XYZ | 0.49 | 0.59 | 0.58 | - |
| YUV | 16.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 16 | 0.32 | 0 | 0.16 | 0.93 | 150 | 0.19 | 0.06 |
| Hex | D | 13 | 10 | 20 | 0 | 10 | 5D | 96 | 13 | 6 |
| Octal | 15 | 23 | 20 | 40 | 0 | 20 | 135 | 226 | 23 | 6 |
| Binary | 1101 | 10011 | 10000 | 100000 | 0 | 10000 | 1011101 | 10010110 | 10011 | 110 |
Color Harmonies of #0D1310
Complementary color
Monochromatic Colors of #0D1310
Black with #0D1310
Text Example
Text Example
White with #0D1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1310; }
p { color: rgb(13,19,16); }
H1.HeaderClassName
{
color: #0D1310;
}
.AnyTagClassName
{
color: #0D1310;
}
</style>
background-color css
<style>
a { background-color: #0D1310; }
a { background-color: rgb(13,19,16); }
div.DivClassName
{
background-color: #0D1310;
}
.BgClassName
{
background-color: #0D1310;
}
</style>
border-color css
<style>
span { border-color: #0D1310; }
span { border-color: rgb(13,19,16); }
td.TdClassName
{
border-color: #0D1310;
}
.TagClassName
{
border-color: #0D1310;
}
</style>