Shades of Dark Green #021711
Tints of Dark Green #021711
RGB
CMYK
RGB Variations
Color information
#021711 (or 0x021711) is known color: Dark Green. HEX triplet: 02, 17 and 11. RGB value is (2,23,17). Sum of RGB (Red+Green+Blue) = 2+23+17=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #021711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021711 is #FDE8EE. Grayscale: #101010. Windows color (decimal): -16640239 or 1120002. OLE color: 1120002.
HSL color Cylindrical-coordinate representation of color #021711: hue angle of 162.86º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021711 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 23 | 17 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.91 |
| HSL | 162.86º | 0.84% | 0.05% | - |
| HSV(B) | 162.86º | 0.91% | 0.09% | - |
| XYZ | 0.43 | 0.67 | 0.64 | - |
| YUV | 16.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 17 | 0.91 | 0 | 0.26 | 0.91 | 162.86 | 0.84 | 0.05 |
| Hex | 2 | 17 | 11 | 5B | 0 | 1A | 5B | A3 | 54 | 5 |
| Octal | 2 | 27 | 21 | 133 | 0 | 32 | 133 | 243 | 124 | 5 |
| Binary | 10 | 10111 | 10001 | 1011011 | 0 | 11010 | 1011011 | 10100011 | 1010100 | 101 |
Color Harmonies of #021711
Complementary color
Monochromatic Colors of #021711
Black with #021711
Text Example
Text Example
White with #021711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021711; }
p { color: rgb(2,23,17); }
H1.HeaderClassName
{
color: #021711;
}
.AnyTagClassName
{
color: #021711;
}
</style>
background-color css
<style>
a { background-color: #021711; }
a { background-color: rgb(2,23,17); }
div.DivClassName
{
background-color: #021711;
}
.BgClassName
{
background-color: #021711;
}
</style>
border-color css
<style>
span { border-color: #021711; }
span { border-color: rgb(2,23,17); }
td.TdClassName
{
border-color: #021711;
}
.TagClassName
{
border-color: #021711;
}
</style>