Shades of Dark Green #001711
Tints of Dark Green #001711
RGB
CMYK
RGB Variations
Color information
#001711 (or 0x001711) is known color: Dark Green. HEX triplet: 00, 17 and 11. RGB value is (0,23,17). Sum of RGB (Red+Green+Blue) = 0+23+17=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #001711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001711 is #FFE8EE. Grayscale: #0F0F0F. Windows color (decimal): -16771311 or 1120000. OLE color: 1120000.
HSL color Cylindrical-coordinate representation of color #001711: hue angle of 164.35º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001711 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 17 | - |
| CMYK | 1 | 0 | 0.26 | 0.91 |
| HSL | 164.35º | 1% | 0.05% | - |
| HSV(B) | 164.35º | 1% | 0.09% | - |
| XYZ | 0.41 | 0.65 | 0.63 | - |
| YUV | 15.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 17 | 1 | 0 | 0.26 | 0.91 | 164.35 | 1 | 0.05 |
| Hex | 0 | 17 | 11 | 64 | 0 | 1A | 5B | A4 | 64 | 5 |
| Octal | 0 | 27 | 21 | 144 | 0 | 32 | 133 | 244 | 144 | 5 |
| Binary | 0 | 10111 | 10001 | 1100100 | 0 | 11010 | 1011011 | 10100100 | 1100100 | 101 |
Color Harmonies of #001711
Complementary color
Monochromatic Colors of #001711
Black with #001711
Text Example
Text Example
White with #001711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001711; }
p { color: rgb(0,23,17); }
H1.HeaderClassName
{
color: #001711;
}
.AnyTagClassName
{
color: #001711;
}
</style>
background-color css
<style>
a { background-color: #001711; }
a { background-color: rgb(0,23,17); }
div.DivClassName
{
background-color: #001711;
}
.BgClassName
{
background-color: #001711;
}
</style>
border-color css
<style>
span { border-color: #001711; }
span { border-color: rgb(0,23,17); }
td.TdClassName
{
border-color: #001711;
}
.TagClassName
{
border-color: #001711;
}
</style>