Shades of Dark Green #021F17
Tints of Dark Green #021F17
RGB
CMYK
RGB Variations
Color information
#021F17 (or 0x021F17) is known color: Dark Green. HEX triplet: 02, 1F and 17. RGB value is (2,31,23). Sum of RGB (Red+Green+Blue) = 2+31+23=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #021F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F17 is #FDE0E8. Grayscale: #151515. Windows color (decimal): -16638185 or 1515266. OLE color: 1515266.
HSL color Cylindrical-coordinate representation of color #021F17: hue angle of 163.45º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F17 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 31 | 23 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.88 |
| HSL | 163.45º | 0.88% | 0.06% | - |
| HSV(B) | 163.45º | 0.94% | 0.12% | - |
| XYZ | 0.67 | 1.05 | 0.98 | - |
| YUV | 21.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 23 | 0.94 | 0 | 0.26 | 0.88 | 163.45 | 0.88 | 0.06 |
| Hex | 2 | 1F | 17 | 5E | 0 | 1A | 58 | A3 | 58 | 6 |
| Octal | 2 | 37 | 27 | 136 | 0 | 32 | 130 | 243 | 130 | 6 |
| Binary | 10 | 11111 | 10111 | 1011110 | 0 | 11010 | 1011000 | 10100011 | 1011000 | 110 |
Color Harmonies of #021F17
Complementary color
Monochromatic Colors of #021F17
Black with #021F17
Text Example
Text Example
White with #021F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F17; }
p { color: rgb(2,31,23); }
H1.HeaderClassName
{
color: #021F17;
}
.AnyTagClassName
{
color: #021F17;
}
</style>
background-color css
<style>
a { background-color: #021F17; }
a { background-color: rgb(2,31,23); }
div.DivClassName
{
background-color: #021F17;
}
.BgClassName
{
background-color: #021F17;
}
</style>
border-color css
<style>
span { border-color: #021F17; }
span { border-color: rgb(2,31,23); }
td.TdClassName
{
border-color: #021F17;
}
.TagClassName
{
border-color: #021F17;
}
</style>