Shades of Dark Green #012019
Tints of Dark Green #012019
RGB
CMYK
RGB Variations
Color information
#012019 (or 0x012019) is known color: Dark Green. HEX triplet: 01, 20 and 19. RGB value is (1,32,25). Sum of RGB (Red+Green+Blue) = 1+32+25=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #012019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012019 is #FEDFE6. Grayscale: #151515. Windows color (decimal): -16703463 or 1646593. OLE color: 1646593.
HSL color Cylindrical-coordinate representation of color #012019: hue angle of 166.45º 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 #012019 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 25 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.87 |
| HSL | 166.45º | 0.94% | 0.06% | - |
| HSV(B) | 166.45º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 1.11 | 1.1 | - |
| YUV | 21.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 25 | 0.97 | 0 | 0.22 | 0.87 | 166.45 | 0.94 | 0.06 |
| Hex | 1 | 20 | 19 | 61 | 0 | 16 | 57 | A6 | 5E | 6 |
| Octal | 1 | 40 | 31 | 141 | 0 | 26 | 127 | 246 | 136 | 6 |
| Binary | 1 | 100000 | 11001 | 1100001 | 0 | 10110 | 1010111 | 10100110 | 1011110 | 110 |
Color Harmonies of #012019
Complementary color
Monochromatic Colors of #012019
Black with #012019
Text Example
Text Example
White with #012019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012019; }
p { color: rgb(1,32,25); }
H1.HeaderClassName
{
color: #012019;
}
.AnyTagClassName
{
color: #012019;
}
</style>
background-color css
<style>
a { background-color: #012019; }
a { background-color: rgb(1,32,25); }
div.DivClassName
{
background-color: #012019;
}
.BgClassName
{
background-color: #012019;
}
</style>
border-color css
<style>
span { border-color: #012019; }
span { border-color: rgb(1,32,25); }
td.TdClassName
{
border-color: #012019;
}
.TagClassName
{
border-color: #012019;
}
</style>