Shades of Dark Green #002321
Tints of Dark Green #002321
RGB
CMYK
RGB Variations
Color information
#002321 (or 0x002321) is known color: Dark Green. HEX triplet: 00, 23 and 21. RGB value is (0,35,33). Sum of RGB (Red+Green+Blue) = 0+35+33=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #002321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002321 is #FFDCDE. Grayscale: #181818. Windows color (decimal): -16768223 or 2171648. OLE color: 2171648.
HSL color Cylindrical-coordinate representation of color #002321: hue angle of 176.57º 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 #002321 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 33 | - |
| CMYK | 1 | 0 | 0.06 | 0.86 |
| HSL | 176.57º | 1% | 0.07% | - |
| HSV(B) | 176.57º | 1% | 0.14% | - |
| XYZ | 0.88 | 1.31 | 1.65 | - |
| YUV | 24.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 33 | 1 | 0 | 0.06 | 0.86 | 176.57 | 1 | 0.07 |
| Hex | 0 | 23 | 21 | 64 | 0 | 6 | 56 | B1 | 64 | 7 |
| Octal | 0 | 43 | 41 | 144 | 0 | 6 | 126 | 261 | 144 | 7 |
| Binary | 0 | 100011 | 100001 | 1100100 | 0 | 110 | 1010110 | 10110001 | 1100100 | 111 |
Color Harmonies of #002321
Complementary color
Monochromatic Colors of #002321
Black with #002321
Text Example
Text Example
White with #002321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002321; }
p { color: rgb(0,35,33); }
H1.HeaderClassName
{
color: #002321;
}
.AnyTagClassName
{
color: #002321;
}
</style>
background-color css
<style>
a { background-color: #002321; }
a { background-color: rgb(0,35,33); }
div.DivClassName
{
background-color: #002321;
}
.BgClassName
{
background-color: #002321;
}
</style>
border-color css
<style>
span { border-color: #002321; }
span { border-color: rgb(0,35,33); }
td.TdClassName
{
border-color: #002321;
}
.TagClassName
{
border-color: #002321;
}
</style>