Shades of Dark Green #001713
Tints of Dark Green #001713
RGB
CMYK
RGB Variations
Color information
#001713 (or 0x001713) is known color: Dark Green. HEX triplet: 00, 17 and 13. RGB value is (0,23,19). Sum of RGB (Red+Green+Blue) = 0+23+19=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #001713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001713 is #FFE8EC. Grayscale: #0F0F0F. Windows color (decimal): -16771309 or 1251072. OLE color: 1251072.
HSL color Cylindrical-coordinate representation of color #001713: hue angle of 169.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001713 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 19 | - |
| CMYK | 1 | 0 | 0.17 | 0.91 |
| HSL | 169.57º | 1% | 0.05% | - |
| HSV(B) | 169.57º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.66 | 0.72 | - |
| YUV | 15.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 19 | 1 | 0 | 0.17 | 0.91 | 169.57 | 1 | 0.05 |
| Hex | 0 | 17 | 13 | 64 | 0 | 11 | 5B | AA | 64 | 5 |
| Octal | 0 | 27 | 23 | 144 | 0 | 21 | 133 | 252 | 144 | 5 |
| Binary | 0 | 10111 | 10011 | 1100100 | 0 | 10001 | 1011011 | 10101010 | 1100100 | 101 |
Color Harmonies of #001713
Complementary color
Monochromatic Colors of #001713
Black with #001713
Text Example
Text Example
White with #001713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001713; }
p { color: rgb(0,23,19); }
H1.HeaderClassName
{
color: #001713;
}
.AnyTagClassName
{
color: #001713;
}
</style>
background-color css
<style>
a { background-color: #001713; }
a { background-color: rgb(0,23,19); }
div.DivClassName
{
background-color: #001713;
}
.BgClassName
{
background-color: #001713;
}
</style>
border-color css
<style>
span { border-color: #001713; }
span { border-color: rgb(0,23,19); }
td.TdClassName
{
border-color: #001713;
}
.TagClassName
{
border-color: #001713;
}
</style>