Shades of Dark Green #0D1716
Tints of Dark Green #0D1716
RGB
CMYK
RGB Variations
Color information
#0D1716 (or 0x0D1716) is known color: Dark Green. HEX triplet: 0D, 17 and 16. RGB value is (13,23,22). Sum of RGB (Red+Green+Blue) = 13+23+22=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1716 is #F2E8E9. Grayscale: #131313. Windows color (decimal): -15919338 or 1447693. OLE color: 1447693.
HSL color Cylindrical-coordinate representation of color #0D1716: hue angle of 174º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D1716 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 23 | 22 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.91 |
| HSL | 174º | 0.28% | 0.07% | - |
| HSV(B) | 174º | 0.43% | 0.09% | - |
| XYZ | 0.62 | 0.76 | 0.87 | - |
| YUV | 19.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 22 | 0.43 | 0 | 0.04 | 0.91 | 174 | 0.28 | 0.07 |
| Hex | D | 17 | 16 | 2B | 0 | 4 | 5B | AE | 1C | 7 |
| Octal | 15 | 27 | 26 | 53 | 0 | 4 | 133 | 256 | 34 | 7 |
| Binary | 1101 | 10111 | 10110 | 101011 | 0 | 100 | 1011011 | 10101110 | 11100 | 111 |
Color Harmonies of #0D1716
Complementary color
Monochromatic Colors of #0D1716
Black with #0D1716
Text Example
Text Example
White with #0D1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1716; }
p { color: rgb(13,23,22); }
H1.HeaderClassName
{
color: #0D1716;
}
.AnyTagClassName
{
color: #0D1716;
}
</style>
background-color css
<style>
a { background-color: #0D1716; }
a { background-color: rgb(13,23,22); }
div.DivClassName
{
background-color: #0D1716;
}
.BgClassName
{
background-color: #0D1716;
}
</style>
border-color css
<style>
span { border-color: #0D1716; }
span { border-color: rgb(13,23,22); }
td.TdClassName
{
border-color: #0D1716;
}
.TagClassName
{
border-color: #0D1716;
}
</style>