Shades of Dark Green #001213
Tints of Dark Green #001213
RGB
CMYK
RGB Variations
Color information
#001213 (or 0x001213) is known color: Dark Green. HEX triplet: 00, 12 and 13. RGB value is (0,18,19). Sum of RGB (Red+Green+Blue) = 0+18+19=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #001213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001213 is #FFEDEC. Grayscale: #0C0C0C. Windows color (decimal): -16772589 or 1249792. OLE color: 1249792.
HSL color Cylindrical-coordinate representation of color #001213: hue angle of 183.16º 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 #001213 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 0 | 18 | 19 | - |
CMYK | 1 | 0.05 | 0 | 0.93 |
HSL | 183.16º | 1% | 0.04% | - |
HSV(B) | 183.16º | 1% | 0.07% | - |
XYZ | 0.33 | 0.48 | 0.69 | - |
YUV | 12.73 | 131.54 | 118.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 18 | 19 | 1 | 0.05 | 0 | 0.93 | 183.16 | 1 | 0.04 |
Hex | 0 | 12 | 13 | 64 | 5 | 0 | 5D | B7 | 64 | 4 |
Octal | 0 | 22 | 23 | 144 | 5 | 0 | 135 | 267 | 144 | 4 |
Binary | 0 | 10010 | 10011 | 1100100 | 101 | 0 | 1011101 | 10110111 | 1100100 | 100 |
Color Harmonies of #001213
Complementary color
Monochromatic Colors of #001213
Black with #001213
Text Example
Text Example
White with #001213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001213; }
p { color: rgb(0,18,19); }
H1.HeaderClassName
{
color: #001213;
}
.AnyTagClassName
{
color: #001213;
}
</style>
background-color css
<style>
a { background-color: #001213; }
a { background-color: rgb(0,18,19); }
div.DivClassName
{
background-color: #001213;
}
.BgClassName
{
background-color: #001213;
}
</style>
border-color css
<style>
span { border-color: #001213; }
span { border-color: rgb(0,18,19); }
td.TdClassName
{
border-color: #001213;
}
.TagClassName
{
border-color: #001213;
}
</style>