Shades of Dark Green #011616
Tints of Dark Green #011616
RGB
CMYK
RGB Variations
Color information
#011616 (or 0x011616) is known color: Dark Green. HEX triplet: 01, 16 and 16. RGB value is (1,22,22). Sum of RGB (Red+Green+Blue) = 1+22+22=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #011616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011616 is #FEE9E9. Grayscale: #0F0F0F. Windows color (decimal): -16706026 or 1447425. OLE color: 1447425.
HSL color Cylindrical-coordinate representation of color #011616: hue angle of 180º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011616 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 22 | 22 | - |
| CMYK | 0.95 | 0 | 0 | 0.91 |
| HSL | 180º | 0.91% | 0.05% | - |
| HSV(B) | 180º | 0.95% | 0.09% | - |
| XYZ | 0.44 | 0.64 | 0.86 | - |
| YUV | 15.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 22 | 0.95 | 0 | 0 | 0.91 | 180 | 0.91 | 0.05 |
| Hex | 1 | 16 | 16 | 5F | 0 | 0 | 5B | B4 | 5B | 5 |
| Octal | 1 | 26 | 26 | 137 | 0 | 0 | 133 | 264 | 133 | 5 |
| Binary | 1 | 10110 | 10110 | 1011111 | 0 | 0 | 1011011 | 10110100 | 1011011 | 101 |
Color Harmonies of #011616
Complementary color
Monochromatic Colors of #011616
Black with #011616
Text Example
Text Example
White with #011616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011616; }
p { color: rgb(1,22,22); }
H1.HeaderClassName
{
color: #011616;
}
.AnyTagClassName
{
color: #011616;
}
</style>
background-color css
<style>
a { background-color: #011616; }
a { background-color: rgb(1,22,22); }
div.DivClassName
{
background-color: #011616;
}
.BgClassName
{
background-color: #011616;
}
</style>
border-color css
<style>
span { border-color: #011616; }
span { border-color: rgb(1,22,22); }
td.TdClassName
{
border-color: #011616;
}
.TagClassName
{
border-color: #011616;
}
</style>