Shades of Dark Green #011717
Tints of Dark Green #011717
RGB
CMYK
RGB Variations
Color information
#011717 (or 0x011717) is known color: Dark Green. HEX triplet: 01, 17 and 17. RGB value is (1,23,23). Sum of RGB (Red+Green+Blue) = 1+23+23=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: green, blue. Hex color #011717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011717 is #FEE8E8. Grayscale: #101010. Windows color (decimal): -16705769 or 1513217. OLE color: 1513217.
HSL color Cylindrical-coordinate representation of color #011717: hue angle of 180º 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 #011717 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 23 | 23 | - |
| CMYK | 0.96 | 0 | 0 | 0.91 |
| HSL | 180º | 0.92% | 0.05% | - |
| HSV(B) | 180º | 0.96% | 0.09% | - |
| XYZ | 0.47 | 0.68 | 0.92 | - |
| YUV | 16.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 23 | 0.96 | 0 | 0 | 0.91 | 180 | 0.92 | 0.05 |
| Hex | 1 | 17 | 17 | 60 | 0 | 0 | 5B | B4 | 5C | 5 |
| Octal | 1 | 27 | 27 | 140 | 0 | 0 | 133 | 264 | 134 | 5 |
| Binary | 1 | 10111 | 10111 | 1100000 | 0 | 0 | 1011011 | 10110100 | 1011100 | 101 |
Color Harmonies of #011717
Complementary color
Monochromatic Colors of #011717
Black with #011717
Text Example
Text Example
White with #011717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011717; }
p { color: rgb(1,23,23); }
H1.HeaderClassName
{
color: #011717;
}
.AnyTagClassName
{
color: #011717;
}
</style>
background-color css
<style>
a { background-color: #011717; }
a { background-color: rgb(1,23,23); }
div.DivClassName
{
background-color: #011717;
}
.BgClassName
{
background-color: #011717;
}
</style>
border-color css
<style>
span { border-color: #011717; }
span { border-color: rgb(1,23,23); }
td.TdClassName
{
border-color: #011717;
}
.TagClassName
{
border-color: #011717;
}
</style>