Shades of Dark Green #021A1A
Tints of Dark Green #021A1A
RGB
CMYK
RGB Variations
Color information
#021A1A (or 0x021A1A) is known color: Dark Green. HEX triplet: 02, 1A and 1A. RGB value is (2,26,26). Sum of RGB (Red+Green+Blue) = 2+26+26=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: green, blue. Hex color #021A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A1A is #FDE5E5. Grayscale: #121212. Windows color (decimal): -16639462 or 1710594. OLE color: 1710594.
HSL color Cylindrical-coordinate representation of color #021A1A: hue angle of 180º 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 #021A1A is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 26 | - |
| CMYK | 0.92 | 0 | 0 | 0.90 |
| HSL | 180º | 0.86% | 0.05% | - |
| HSV(B) | 180º | 0.92% | 0.1% | - |
| XYZ | 0.58 | 0.83 | 1.11 | - |
| YUV | 18.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 26 | 0.92 | 0 | 0 | 0.90 | 180 | 0.86 | 0.05 |
| Hex | 2 | 1A | 1A | 5C | 0 | 0 | 5A | B4 | 56 | 5 |
| Octal | 2 | 32 | 32 | 134 | 0 | 0 | 132 | 264 | 126 | 5 |
| Binary | 10 | 11010 | 11010 | 1011100 | 0 | 0 | 1011010 | 10110100 | 1010110 | 101 |
Color Harmonies of #021A1A
Complementary color
Monochromatic Colors of #021A1A
Black with #021A1A
Text Example
Text Example
White with #021A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A1A; }
p { color: rgb(2,26,26); }
H1.HeaderClassName
{
color: #021A1A;
}
.AnyTagClassName
{
color: #021A1A;
}
</style>
background-color css
<style>
a { background-color: #021A1A; }
a { background-color: rgb(2,26,26); }
div.DivClassName
{
background-color: #021A1A;
}
.BgClassName
{
background-color: #021A1A;
}
</style>
border-color css
<style>
span { border-color: #021A1A; }
span { border-color: rgb(2,26,26); }
td.TdClassName
{
border-color: #021A1A;
}
.TagClassName
{
border-color: #021A1A;
}
</style>