Shades of Dark Green #001D13
Tints of Dark Green #001D13
RGB
CMYK
RGB Variations
Color information
#001D13 (or 0x001D13) is known color: Dark Green. HEX triplet: 00, 1D and 13. RGB value is (0,29,19). Sum of RGB (Red+Green+Blue) = 0+29+19=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #001D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D13 is #FFE2EC. Grayscale: #131313. Windows color (decimal): -16769773 or 1252608. OLE color: 1252608.
HSL color Cylindrical-coordinate representation of color #001D13: hue angle of 159.31º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D13 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 19 | - |
| CMYK | 1 | 0 | 0.34 | 0.89 |
| HSL | 159.31º | 1% | 0.06% | - |
| HSV(B) | 159.31º | 1% | 0.11% | - |
| XYZ | 0.56 | 0.93 | 0.77 | - |
| YUV | 19.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 19 | 1 | 0 | 0.34 | 0.89 | 159.31 | 1 | 0.06 |
| Hex | 0 | 1D | 13 | 64 | 0 | 22 | 59 | 9F | 64 | 6 |
| Octal | 0 | 35 | 23 | 144 | 0 | 42 | 131 | 237 | 144 | 6 |
| Binary | 0 | 11101 | 10011 | 1100100 | 0 | 100010 | 1011001 | 10011111 | 1100100 | 110 |
Color Harmonies of #001D13
Complementary color
Monochromatic Colors of #001D13
Black with #001D13
Text Example
Text Example
White with #001D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D13; }
p { color: rgb(0,29,19); }
H1.HeaderClassName
{
color: #001D13;
}
.AnyTagClassName
{
color: #001D13;
}
</style>
background-color css
<style>
a { background-color: #001D13; }
a { background-color: rgb(0,29,19); }
div.DivClassName
{
background-color: #001D13;
}
.BgClassName
{
background-color: #001D13;
}
</style>
border-color css
<style>
span { border-color: #001D13; }
span { border-color: rgb(0,29,19); }
td.TdClassName
{
border-color: #001D13;
}
.TagClassName
{
border-color: #001D13;
}
</style>