Shades of Dark Green #011010
Tints of Dark Green #011010
RGB
CMYK
RGB Variations
Color information
#011010 (or 0x011010) is known color: Dark Green. HEX triplet: 01, 10 and 10. RGB value is (1,16,16). Sum of RGB (Red+Green+Blue) = 1+16+16=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #011010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011010 is #FEEFEF. Grayscale: #0B0B0B. Windows color (decimal): -16707568 or 1052673. OLE color: 1052673.
HSL color Cylindrical-coordinate representation of color #011010: hue angle of 180º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011010 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 1 | 16 | 16 | - |
CMYK | 0.94 | 0 | 0 | 0.94 |
HSL | 180º | 0.88% | 0.03% | - |
HSV(B) | 180º | 0.94% | 0.06% | - |
XYZ | 0.29 | 0.41 | 0.55 | - |
YUV | 11.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 16 | 16 | 0.94 | 0 | 0 | 0.94 | 180 | 0.88 | 0.03 |
Hex | 1 | 10 | 10 | 5E | 0 | 0 | 5E | B4 | 58 | 3 |
Octal | 1 | 20 | 20 | 136 | 0 | 0 | 136 | 264 | 130 | 3 |
Binary | 1 | 10000 | 10000 | 1011110 | 0 | 0 | 1011110 | 10110100 | 1011000 | 11 |
Color Harmonies of #011010
Complementary color
Monochromatic Colors of #011010
Black with #011010
Text Example
Text Example
White with #011010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011010; }
p { color: rgb(1,16,16); }
H1.HeaderClassName
{
color: #011010;
}
.AnyTagClassName
{
color: #011010;
}
</style>
background-color css
<style>
a { background-color: #011010; }
a { background-color: rgb(1,16,16); }
div.DivClassName
{
background-color: #011010;
}
.BgClassName
{
background-color: #011010;
}
</style>
border-color css
<style>
span { border-color: #011010; }
span { border-color: rgb(1,16,16); }
td.TdClassName
{
border-color: #011010;
}
.TagClassName
{
border-color: #011010;
}
</style>