Shades of Dark Green #012010
Tints of Dark Green #012010
RGB
CMYK
RGB Variations
Color information
#012010 (or 0x012010) is known color: Dark Green. HEX triplet: 01, 20 and 10. RGB value is (1,32,16). Sum of RGB (Red+Green+Blue) = 1+32+16=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #012010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012010 is #FEDFEF. Grayscale: #141414. Windows color (decimal): -16703472 or 1056769. OLE color: 1056769.
HSL color Cylindrical-coordinate representation of color #012010: hue angle of 149.03º 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 #012010 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 16 | - |
| CMYK | 0.97 | 0 | 0.5 | 0.87 |
| HSL | 149.03º | 0.94% | 0.06% | - |
| HSV(B) | 149.03º | 0.97% | 0.13% | - |
| XYZ | 0.62 | 1.08 | 0.67 | - |
| YUV | 20.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 16 | 0.97 | 0 | 0.5 | 0.87 | 149.03 | 0.94 | 0.06 |
| Hex | 1 | 20 | 10 | 61 | 0 | 32 | 57 | 95 | 5E | 6 |
| Octal | 1 | 40 | 20 | 141 | 0 | 62 | 127 | 225 | 136 | 6 |
| Binary | 1 | 100000 | 10000 | 1100001 | 0 | 110010 | 1010111 | 10010101 | 1011110 | 110 |
Color Harmonies of #012010
Complementary color
Monochromatic Colors of #012010
Black with #012010
Text Example
Text Example
White with #012010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012010; }
p { color: rgb(1,32,16); }
H1.HeaderClassName
{
color: #012010;
}
.AnyTagClassName
{
color: #012010;
}
</style>
background-color css
<style>
a { background-color: #012010; }
a { background-color: rgb(1,32,16); }
div.DivClassName
{
background-color: #012010;
}
.BgClassName
{
background-color: #012010;
}
</style>
border-color css
<style>
span { border-color: #012010; }
span { border-color: rgb(1,32,16); }
td.TdClassName
{
border-color: #012010;
}
.TagClassName
{
border-color: #012010;
}
</style>