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