Shades of Dark Green #021613
Tints of Dark Green #021613
RGB
CMYK
RGB Variations
Color information
#021613 (or 0x021613) is known color: Dark Green. HEX triplet: 02, 16 and 13. RGB value is (2,22,19). Sum of RGB (Red+Green+Blue) = 2+22+19=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #021613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021613 is #FDE9EC. Grayscale: #0F0F0F. Windows color (decimal): -16640493 or 1250818. OLE color: 1250818.
HSL color Cylindrical-coordinate representation of color #021613: hue angle of 171º degrees, saturation: 0.83, 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 #021613 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 22 | 19 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.91 |
| HSL | 171º | 0.83% | 0.05% | - |
| HSV(B) | 171º | 0.91% | 0.09% | - |
| XYZ | 0.43 | 0.63 | 0.72 | - |
| YUV | 15.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 19 | 0.91 | 0 | 0.14 | 0.91 | 171 | 0.83 | 0.05 |
| Hex | 2 | 16 | 13 | 5B | 0 | E | 5B | AB | 53 | 5 |
| Octal | 2 | 26 | 23 | 133 | 0 | 16 | 133 | 253 | 123 | 5 |
| Binary | 10 | 10110 | 10011 | 1011011 | 0 | 1110 | 1011011 | 10101011 | 1010011 | 101 |
Color Harmonies of #021613
Complementary color
Monochromatic Colors of #021613
Black with #021613
Text Example
Text Example
White with #021613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021613; }
p { color: rgb(2,22,19); }
H1.HeaderClassName
{
color: #021613;
}
.AnyTagClassName
{
color: #021613;
}
</style>
background-color css
<style>
a { background-color: #021613; }
a { background-color: rgb(2,22,19); }
div.DivClassName
{
background-color: #021613;
}
.BgClassName
{
background-color: #021613;
}
</style>
border-color css
<style>
span { border-color: #021613; }
span { border-color: rgb(2,22,19); }
td.TdClassName
{
border-color: #021613;
}
.TagClassName
{
border-color: #021613;
}
</style>