Shades of Dark Green #0D1D17
Tints of Dark Green #0D1D17
RGB
CMYK
RGB Variations
Color information
#0D1D17 (or 0x0D1D17) is known color: Dark Green. HEX triplet: 0D, 1D and 17. RGB value is (13,29,23). Sum of RGB (Red+Green+Blue) = 13+29+23=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D17 is #F2E2E8. Grayscale: #171717. Windows color (decimal): -15917801 or 1514765. OLE color: 1514765.
HSL color Cylindrical-coordinate representation of color #0D1D17: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D1D17 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 29 | 23 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.89 |
| HSL | 157.5º | 0.38% | 0.08% | - |
| HSV(B) | 157.5º | 0.55% | 0.11% | - |
| XYZ | 0.76 | 1.03 | 0.97 | - |
| YUV | 23.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 23 | 0.55 | 0 | 0.21 | 0.89 | 157.5 | 0.38 | 0.08 |
| Hex | D | 1D | 17 | 37 | 0 | 15 | 59 | 9E | 26 | 8 |
| Octal | 15 | 35 | 27 | 67 | 0 | 25 | 131 | 236 | 46 | 10 |
| Binary | 1101 | 11101 | 10111 | 110111 | 0 | 10101 | 1011001 | 10011110 | 100110 | 1000 |
Color Harmonies of #0D1D17
Complementary color
Monochromatic Colors of #0D1D17
Black with #0D1D17
Text Example
Text Example
White with #0D1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D17; }
p { color: rgb(13,29,23); }
H1.HeaderClassName
{
color: #0D1D17;
}
.AnyTagClassName
{
color: #0D1D17;
}
</style>
background-color css
<style>
a { background-color: #0D1D17; }
a { background-color: rgb(13,29,23); }
div.DivClassName
{
background-color: #0D1D17;
}
.BgClassName
{
background-color: #0D1D17;
}
</style>
border-color css
<style>
span { border-color: #0D1D17; }
span { border-color: rgb(13,29,23); }
td.TdClassName
{
border-color: #0D1D17;
}
.TagClassName
{
border-color: #0D1D17;
}
</style>