Shades of Dark Green #021C16
Tints of Dark Green #021C16
RGB
CMYK
RGB Variations
Color information
#021C16 (or 0x021C16) is known color: Dark Green. HEX triplet: 02, 1C and 16. RGB value is (2,28,22). Sum of RGB (Red+Green+Blue) = 2+28+22=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #021C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C16 is #FDE3E9. Grayscale: #131313. Windows color (decimal): -16638954 or 1448962. OLE color: 1448962.
HSL color Cylindrical-coordinate representation of color #021C16: hue angle of 166.15º degrees, saturation: 0.87, 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 #021C16 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 22 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.89 |
| HSL | 166.15º | 0.87% | 0.06% | - |
| HSV(B) | 166.15º | 0.93% | 0.11% | - |
| XYZ | 0.59 | 0.9 | 0.9 | - |
| YUV | 19.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 22 | 0.93 | 0 | 0.21 | 0.89 | 166.15 | 0.87 | 0.06 |
| Hex | 2 | 1C | 16 | 5D | 0 | 15 | 59 | A6 | 57 | 6 |
| Octal | 2 | 34 | 26 | 135 | 0 | 25 | 131 | 246 | 127 | 6 |
| Binary | 10 | 11100 | 10110 | 1011101 | 0 | 10101 | 1011001 | 10100110 | 1010111 | 110 |
Color Harmonies of #021C16
Complementary color
Monochromatic Colors of #021C16
Black with #021C16
Text Example
Text Example
White with #021C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C16; }
p { color: rgb(2,28,22); }
H1.HeaderClassName
{
color: #021C16;
}
.AnyTagClassName
{
color: #021C16;
}
</style>
background-color css
<style>
a { background-color: #021C16; }
a { background-color: rgb(2,28,22); }
div.DivClassName
{
background-color: #021C16;
}
.BgClassName
{
background-color: #021C16;
}
</style>
border-color css
<style>
span { border-color: #021C16; }
span { border-color: rgb(2,28,22); }
td.TdClassName
{
border-color: #021C16;
}
.TagClassName
{
border-color: #021C16;
}
</style>