Shades of Dark Green #001310
Tints of Dark Green #001310
RGB
CMYK
RGB Variations
Color information
#001310 (or 0x001310) is known color: Dark Green. HEX triplet: 00, 13 and 10. RGB value is (0,19,16). Sum of RGB (Red+Green+Blue) = 0+19+16=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #001310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001310 is #FFECEF. Grayscale: #0C0C0C. Windows color (decimal): -16772336 or 1053440. OLE color: 1053440.
HSL color Cylindrical-coordinate representation of color #001310: hue angle of 170.53º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001310 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 19 | 16 | - |
| CMYK | 1 | 0 | 0.16 | 0.93 |
| HSL | 170.53º | 1% | 0.04% | - |
| HSV(B) | 170.53º | 1% | 0.07% | - |
| XYZ | 0.33 | 0.5 | 0.57 | - |
| YUV | 12.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 16 | 1 | 0 | 0.16 | 0.93 | 170.53 | 1 | 0.04 |
| Hex | 0 | 13 | 10 | 64 | 0 | 10 | 5D | AB | 64 | 4 |
| Octal | 0 | 23 | 20 | 144 | 0 | 20 | 135 | 253 | 144 | 4 |
| Binary | 0 | 10011 | 10000 | 1100100 | 0 | 10000 | 1011101 | 10101011 | 1100100 | 100 |
Color Harmonies of #001310
Complementary color
Monochromatic Colors of #001310
Black with #001310
Text Example
Text Example
White with #001310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001310; }
p { color: rgb(0,19,16); }
H1.HeaderClassName
{
color: #001310;
}
.AnyTagClassName
{
color: #001310;
}
</style>
background-color css
<style>
a { background-color: #001310; }
a { background-color: rgb(0,19,16); }
div.DivClassName
{
background-color: #001310;
}
.BgClassName
{
background-color: #001310;
}
</style>
border-color css
<style>
span { border-color: #001310; }
span { border-color: rgb(0,19,16); }
td.TdClassName
{
border-color: #001310;
}
.TagClassName
{
border-color: #001310;
}
</style>