Shades of Dark Green #0D1413
Tints of Dark Green #0D1413
RGB
CMYK
RGB Variations
Color information
#0D1413 (or 0x0D1413) is known color: Dark Green. HEX triplet: 0D, 14 and 13. RGB value is (13,20,19). Sum of RGB (Red+Green+Blue) = 13+20+19=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1413 is #F2EBEC. Grayscale: #111111. Windows color (decimal): -15920109 or 1250317. OLE color: 1250317.
HSL color Cylindrical-coordinate representation of color #0D1413: hue angle of 171.43º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1413 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 20 | 19 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.92 |
| HSL | 171.43º | 0.21% | 0.06% | - |
| HSV(B) | 171.43º | 0.35% | 0.08% | - |
| XYZ | 0.53 | 0.63 | 0.71 | - |
| YUV | 17.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 19 | 0.35 | 0 | 0.05 | 0.92 | 171.43 | 0.21 | 0.06 |
| Hex | D | 14 | 13 | 23 | 0 | 5 | 5C | AB | 15 | 6 |
| Octal | 15 | 24 | 23 | 43 | 0 | 5 | 134 | 253 | 25 | 6 |
| Binary | 1101 | 10100 | 10011 | 100011 | 0 | 101 | 1011100 | 10101011 | 10101 | 110 |
Color Harmonies of #0D1413
Complementary color
Monochromatic Colors of #0D1413
Black with #0D1413
Text Example
Text Example
White with #0D1413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1413; }
p { color: rgb(13,20,19); }
H1.HeaderClassName
{
color: #0D1413;
}
.AnyTagClassName
{
color: #0D1413;
}
</style>
background-color css
<style>
a { background-color: #0D1413; }
a { background-color: rgb(13,20,19); }
div.DivClassName
{
background-color: #0D1413;
}
.BgClassName
{
background-color: #0D1413;
}
</style>
border-color css
<style>
span { border-color: #0D1413; }
span { border-color: rgb(13,20,19); }
td.TdClassName
{
border-color: #0D1413;
}
.TagClassName
{
border-color: #0D1413;
}
</style>