Shades of Dark Green #021B17
Tints of Dark Green #021B17
RGB
CMYK
RGB Variations
Color information
#021B17 (or 0x021B17) is known color: Dark Green. HEX triplet: 02, 1B and 17. RGB value is (2,27,23). Sum of RGB (Red+Green+Blue) = 2+27+23=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #021B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B17 is #FDE4E8. Grayscale: #131313. Windows color (decimal): -16639209 or 1514242. OLE color: 1514242.
HSL color Cylindrical-coordinate representation of color #021B17: hue angle of 170.4º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021B17 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 27 | 23 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.89 |
| HSL | 170.4º | 0.86% | 0.06% | - |
| HSV(B) | 170.4º | 0.93% | 0.11% | - |
| XYZ | 0.57 | 0.86 | 0.95 | - |
| YUV | 19.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 23 | 0.93 | 0 | 0.15 | 0.89 | 170.4 | 0.86 | 0.06 |
| Hex | 2 | 1B | 17 | 5D | 0 | F | 59 | AA | 56 | 6 |
| Octal | 2 | 33 | 27 | 135 | 0 | 17 | 131 | 252 | 126 | 6 |
| Binary | 10 | 11011 | 10111 | 1011101 | 0 | 1111 | 1011001 | 10101010 | 1010110 | 110 |
Color Harmonies of #021B17
Complementary color
Monochromatic Colors of #021B17
Black with #021B17
Text Example
Text Example
White with #021B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B17; }
p { color: rgb(2,27,23); }
H1.HeaderClassName
{
color: #021B17;
}
.AnyTagClassName
{
color: #021B17;
}
</style>
background-color css
<style>
a { background-color: #021B17; }
a { background-color: rgb(2,27,23); }
div.DivClassName
{
background-color: #021B17;
}
.BgClassName
{
background-color: #021B17;
}
</style>
border-color css
<style>
span { border-color: #021B17; }
span { border-color: rgb(2,27,23); }
td.TdClassName
{
border-color: #021B17;
}
.TagClassName
{
border-color: #021B17;
}
</style>