Shades of Dark Green #021A15
Tints of Dark Green #021A15
RGB
CMYK
RGB Variations
Color information
#021A15 (or 0x021A15) is known color: Dark Green. HEX triplet: 02, 1A and 15. RGB value is (2,26,21). Sum of RGB (Red+Green+Blue) = 2+26+21=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #021A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A15 is #FDE5EA. Grayscale: #121212. Windows color (decimal): -16639467 or 1382914. OLE color: 1382914.
HSL color Cylindrical-coordinate representation of color #021A15: hue angle of 167.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 #021A15 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 21 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.90 |
| HSL | 167.5º | 0.86% | 0.05% | - |
| HSV(B) | 167.5º | 0.92% | 0.1% | - |
| XYZ | 0.53 | 0.81 | 0.84 | - |
| YUV | 18.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 21 | 0.92 | 0 | 0.19 | 0.90 | 167.5 | 0.86 | 0.05 |
| Hex | 2 | 1A | 15 | 5C | 0 | 13 | 5A | A8 | 56 | 5 |
| Octal | 2 | 32 | 25 | 134 | 0 | 23 | 132 | 250 | 126 | 5 |
| Binary | 10 | 11010 | 10101 | 1011100 | 0 | 10011 | 1011010 | 10101000 | 1010110 | 101 |
Color Harmonies of #021A15
Complementary color
Monochromatic Colors of #021A15
Black with #021A15
Text Example
Text Example
White with #021A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A15; }
p { color: rgb(2,26,21); }
H1.HeaderClassName
{
color: #021A15;
}
.AnyTagClassName
{
color: #021A15;
}
</style>
background-color css
<style>
a { background-color: #021A15; }
a { background-color: rgb(2,26,21); }
div.DivClassName
{
background-color: #021A15;
}
.BgClassName
{
background-color: #021A15;
}
</style>
border-color css
<style>
span { border-color: #021A15; }
span { border-color: rgb(2,26,21); }
td.TdClassName
{
border-color: #021A15;
}
.TagClassName
{
border-color: #021A15;
}
</style>