Shades of Dark Green #002821
Tints of Dark Green #002821
RGB
CMYK
RGB Variations
Color information
#002821 (or 0x002821) is known color: Dark Green. HEX triplet: 00, 28 and 21. RGB value is (0,40,33). Sum of RGB (Red+Green+Blue) = 0+40+33=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #002821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002821 is #FFD7DE. Grayscale: #1B1B1B. Windows color (decimal): -16766943 or 2172928. OLE color: 2172928.
HSL color Cylindrical-coordinate representation of color #002821: hue angle of 169.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002821 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 33 | - |
| CMYK | 1 | 0 | 0.17 | 0.84 |
| HSL | 169.5º | 1% | 0.08% | - |
| HSV(B) | 169.5º | 1% | 0.16% | - |
| XYZ | 1.03 | 1.63 | 1.7 | - |
| YUV | 27.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 33 | 1 | 0 | 0.17 | 0.84 | 169.5 | 1 | 0.08 |
| Hex | 0 | 28 | 21 | 64 | 0 | 11 | 54 | AA | 64 | 8 |
| Octal | 0 | 50 | 41 | 144 | 0 | 21 | 124 | 252 | 144 | 10 |
| Binary | 0 | 101000 | 100001 | 1100100 | 0 | 10001 | 1010100 | 10101010 | 1100100 | 1000 |
Color Harmonies of #002821
Complementary color
Monochromatic Colors of #002821
Black with #002821
Text Example
Text Example
White with #002821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002821; }
p { color: rgb(0,40,33); }
H1.HeaderClassName
{
color: #002821;
}
.AnyTagClassName
{
color: #002821;
}
</style>
background-color css
<style>
a { background-color: #002821; }
a { background-color: rgb(0,40,33); }
div.DivClassName
{
background-color: #002821;
}
.BgClassName
{
background-color: #002821;
}
</style>
border-color css
<style>
span { border-color: #002821; }
span { border-color: rgb(0,40,33); }
td.TdClassName
{
border-color: #002821;
}
.TagClassName
{
border-color: #002821;
}
</style>