Shades of Dark Green #021A19
Tints of Dark Green #021A19
RGB
CMYK
RGB Variations
Color information
#021A19 (or 0x021A19) is known color: Dark Green. HEX triplet: 02, 1A and 19. RGB value is (2,26,25). Sum of RGB (Red+Green+Blue) = 2+26+25=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #021A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A19 is #FDE5E6. Grayscale: #121212. Windows color (decimal): -16639463 or 1645058. OLE color: 1645058.
HSL color Cylindrical-coordinate representation of color #021A19: hue angle of 177.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021A19 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 25 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.90 |
| HSL | 177.5º | 0.86% | 0.05% | - |
| HSV(B) | 177.5º | 0.92% | 0.1% | - |
| XYZ | 0.57 | 0.82 | 1.05 | - |
| YUV | 18.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 25 | 0.92 | 0 | 0.04 | 0.90 | 177.5 | 0.86 | 0.05 |
| Hex | 2 | 1A | 19 | 5C | 0 | 4 | 5A | B2 | 56 | 5 |
| Octal | 2 | 32 | 31 | 134 | 0 | 4 | 132 | 262 | 126 | 5 |
| Binary | 10 | 11010 | 11001 | 1011100 | 0 | 100 | 1011010 | 10110010 | 1010110 | 101 |
Color Harmonies of #021A19
Complementary color
Monochromatic Colors of #021A19
Black with #021A19
Text Example
Text Example
White with #021A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A19; }
p { color: rgb(2,26,25); }
H1.HeaderClassName
{
color: #021A19;
}
.AnyTagClassName
{
color: #021A19;
}
</style>
background-color css
<style>
a { background-color: #021A19; }
a { background-color: rgb(2,26,25); }
div.DivClassName
{
background-color: #021A19;
}
.BgClassName
{
background-color: #021A19;
}
</style>
border-color css
<style>
span { border-color: #021A19; }
span { border-color: rgb(2,26,25); }
td.TdClassName
{
border-color: #021A19;
}
.TagClassName
{
border-color: #021A19;
}
</style>