Shades of Dark Green #012013
Tints of Dark Green #012013
RGB
CMYK
RGB Variations
Color information
#012013 (or 0x012013) is known color: Dark Green. HEX triplet: 01, 20 and 13. RGB value is (1,32,19). Sum of RGB (Red+Green+Blue) = 1+32+19=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #012013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012013 is #FEDFEC. Grayscale: #151515. Windows color (decimal): -16703469 or 1253377. OLE color: 1253377.
HSL color Cylindrical-coordinate representation of color #012013: hue angle of 154.84º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012013 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 19 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.87 |
| HSL | 154.84º | 0.94% | 0.06% | - |
| HSV(B) | 154.84º | 0.97% | 0.13% | - |
| XYZ | 0.65 | 1.09 | 0.79 | - |
| YUV | 21.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 19 | 0.97 | 0 | 0.41 | 0.87 | 154.84 | 0.94 | 0.06 |
| Hex | 1 | 20 | 13 | 61 | 0 | 29 | 57 | 9B | 5E | 6 |
| Octal | 1 | 40 | 23 | 141 | 0 | 51 | 127 | 233 | 136 | 6 |
| Binary | 1 | 100000 | 10011 | 1100001 | 0 | 101001 | 1010111 | 10011011 | 1011110 | 110 |
Color Harmonies of #012013
Complementary color
Monochromatic Colors of #012013
Black with #012013
Text Example
Text Example
White with #012013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012013; }
p { color: rgb(1,32,19); }
H1.HeaderClassName
{
color: #012013;
}
.AnyTagClassName
{
color: #012013;
}
</style>
background-color css
<style>
a { background-color: #012013; }
a { background-color: rgb(1,32,19); }
div.DivClassName
{
background-color: #012013;
}
.BgClassName
{
background-color: #012013;
}
</style>
border-color css
<style>
span { border-color: #012013; }
span { border-color: rgb(1,32,19); }
td.TdClassName
{
border-color: #012013;
}
.TagClassName
{
border-color: #012013;
}
</style>