Shades of Dark Green #021D19
Tints of Dark Green #021D19
RGB
CMYK
RGB Variations
Color information
#021D19 (or 0x021D19) is known color: Dark Green. HEX triplet: 02, 1D and 19. RGB value is (2,29,25). Sum of RGB (Red+Green+Blue) = 2+29+25=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #021D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D19 is #FDE2E6. Grayscale: #141414. Windows color (decimal): -16638695 or 1645826. OLE color: 1645826.
HSL color Cylindrical-coordinate representation of color #021D19: hue angle of 171.11º 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 #021D19 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 29 | 25 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.89 |
| HSL | 171.11º | 0.87% | 0.06% | - |
| HSV(B) | 171.11º | 0.93% | 0.11% | - |
| XYZ | 0.64 | 0.96 | 1.07 | - |
| YUV | 20.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 25 | 0.93 | 0 | 0.14 | 0.89 | 171.11 | 0.87 | 0.06 |
| Hex | 2 | 1D | 19 | 5D | 0 | E | 59 | AB | 57 | 6 |
| Octal | 2 | 35 | 31 | 135 | 0 | 16 | 131 | 253 | 127 | 6 |
| Binary | 10 | 11101 | 11001 | 1011101 | 0 | 1110 | 1011001 | 10101011 | 1010111 | 110 |
Color Harmonies of #021D19
Complementary color
Monochromatic Colors of #021D19
Black with #021D19
Text Example
Text Example
White with #021D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D19; }
p { color: rgb(2,29,25); }
H1.HeaderClassName
{
color: #021D19;
}
.AnyTagClassName
{
color: #021D19;
}
</style>
background-color css
<style>
a { background-color: #021D19; }
a { background-color: rgb(2,29,25); }
div.DivClassName
{
background-color: #021D19;
}
.BgClassName
{
background-color: #021D19;
}
</style>
border-color css
<style>
span { border-color: #021D19; }
span { border-color: rgb(2,29,25); }
td.TdClassName
{
border-color: #021D19;
}
.TagClassName
{
border-color: #021D19;
}
</style>