Shades of Dark Green #0D1514
Tints of Dark Green #0D1514
RGB
CMYK
RGB Variations
Color information
#0D1514 (or 0x0D1514) is known color: Dark Green. HEX triplet: 0D, 15 and 14. RGB value is (13,21,20). Sum of RGB (Red+Green+Blue) = 13+21+20=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 21 - color contains mainly: green. Hex color #0D1514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1514 is #F2EAEB. Grayscale: #121212. Windows color (decimal): -15919852 or 1316109. OLE color: 1316109.
HSL color Cylindrical-coordinate representation of color #0D1514: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1514 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 21 | 20 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.92 |
| HSL | 172.5º | 0.24% | 0.07% | - |
| HSV(B) | 172.5º | 0.38% | 0.08% | - |
| XYZ | 0.56 | 0.67 | 0.76 | - |
| YUV | 18.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 20 | 0.38 | 0 | 0.05 | 0.92 | 172.5 | 0.24 | 0.07 |
| Hex | D | 15 | 14 | 26 | 0 | 5 | 5C | AC | 18 | 7 |
| Octal | 15 | 25 | 24 | 46 | 0 | 5 | 134 | 254 | 30 | 7 |
| Binary | 1101 | 10101 | 10100 | 100110 | 0 | 101 | 1011100 | 10101100 | 11000 | 111 |
Color Harmonies of #0D1514
Complementary color
Monochromatic Colors of #0D1514
Black with #0D1514
Text Example
Text Example
White with #0D1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1514; }
p { color: rgb(13,21,20); }
H1.HeaderClassName
{
color: #0D1514;
}
.AnyTagClassName
{
color: #0D1514;
}
</style>
background-color css
<style>
a { background-color: #0D1514; }
a { background-color: rgb(13,21,20); }
div.DivClassName
{
background-color: #0D1514;
}
.BgClassName
{
background-color: #0D1514;
}
</style>
border-color css
<style>
span { border-color: #0D1514; }
span { border-color: rgb(13,21,20); }
td.TdClassName
{
border-color: #0D1514;
}
.TagClassName
{
border-color: #0D1514;
}
</style>