Shades of Dark Green #011716
Tints of Dark Green #011716
RGB
CMYK
RGB Variations
Color information
#011716 (or 0x011716) is known color: Dark Green. HEX triplet: 01, 17 and 16. RGB value is (1,23,22). Sum of RGB (Red+Green+Blue) = 1+23+22=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #011716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011716 is #FEE8E9. Grayscale: #101010. Windows color (decimal): -16705770 or 1447681. OLE color: 1447681.
HSL color Cylindrical-coordinate representation of color #011716: hue angle of 177.27º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011716 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 23 | 22 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.91 |
| HSL | 177.27º | 0.92% | 0.05% | - |
| HSV(B) | 177.27º | 0.96% | 0.09% | - |
| XYZ | 0.46 | 0.68 | 0.87 | - |
| YUV | 16.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 22 | 0.96 | 0 | 0.04 | 0.91 | 177.27 | 0.92 | 0.05 |
| Hex | 1 | 17 | 16 | 60 | 0 | 4 | 5B | B1 | 5C | 5 |
| Octal | 1 | 27 | 26 | 140 | 0 | 4 | 133 | 261 | 134 | 5 |
| Binary | 1 | 10111 | 10110 | 1100000 | 0 | 100 | 1011011 | 10110001 | 1011100 | 101 |
Color Harmonies of #011716
Complementary color
Monochromatic Colors of #011716
Black with #011716
Text Example
Text Example
White with #011716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011716; }
p { color: rgb(1,23,22); }
H1.HeaderClassName
{
color: #011716;
}
.AnyTagClassName
{
color: #011716;
}
</style>
background-color css
<style>
a { background-color: #011716; }
a { background-color: rgb(1,23,22); }
div.DivClassName
{
background-color: #011716;
}
.BgClassName
{
background-color: #011716;
}
</style>
border-color css
<style>
span { border-color: #011716; }
span { border-color: rgb(1,23,22); }
td.TdClassName
{
border-color: #011716;
}
.TagClassName
{
border-color: #011716;
}
</style>