Shades of Dark Green #002421
Tints of Dark Green #002421
RGB
CMYK
RGB Variations
Color information
#002421 (or 0x002421) is known color: Dark Green. HEX triplet: 00, 24 and 21. RGB value is (0,36,33). Sum of RGB (Red+Green+Blue) = 0+36+33=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #002421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002421 is #FFDBDE. Grayscale: #181818. Windows color (decimal): -16767967 or 2171904. OLE color: 2171904.
HSL color Cylindrical-coordinate representation of color #002421: hue angle of 175º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002421 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 33 | - |
| CMYK | 1 | 0 | 0.08 | 0.86 |
| HSL | 175º | 1% | 0.07% | - |
| HSV(B) | 175º | 1% | 0.14% | - |
| XYZ | 0.91 | 1.37 | 1.66 | - |
| YUV | 24.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 33 | 1 | 0 | 0.08 | 0.86 | 175 | 1 | 0.07 |
| Hex | 0 | 24 | 21 | 64 | 0 | 8 | 56 | AF | 64 | 7 |
| Octal | 0 | 44 | 41 | 144 | 0 | 10 | 126 | 257 | 144 | 7 |
| Binary | 0 | 100100 | 100001 | 1100100 | 0 | 1000 | 1010110 | 10101111 | 1100100 | 111 |
Color Harmonies of #002421
Complementary color
Monochromatic Colors of #002421
Black with #002421
Text Example
Text Example
White with #002421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002421; }
p { color: rgb(0,36,33); }
H1.HeaderClassName
{
color: #002421;
}
.AnyTagClassName
{
color: #002421;
}
</style>
background-color css
<style>
a { background-color: #002421; }
a { background-color: rgb(0,36,33); }
div.DivClassName
{
background-color: #002421;
}
.BgClassName
{
background-color: #002421;
}
</style>
border-color css
<style>
span { border-color: #002421; }
span { border-color: rgb(0,36,33); }
td.TdClassName
{
border-color: #002421;
}
.TagClassName
{
border-color: #002421;
}
</style>