Shades of Dark Green #003321
Tints of Dark Green #003321
RGB
CMYK
RGB Variations
Color information
#003321 (or 0x003321) is known color: Dark Green. HEX triplet: 00, 33 and 21. RGB value is (0,51,33). Sum of RGB (Red+Green+Blue) = 0+51+33=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #003321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003321 is #FFCCDE. Grayscale: #212121. Windows color (decimal): -16764127 or 2175744. OLE color: 2175744.
HSL color Cylindrical-coordinate representation of color #003321: hue angle of 158.82º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003321 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 33 | - |
| CMYK | 1 | 0 | 0.35 | 0.8 |
| HSL | 158.82º | 1% | 0.1% | - |
| HSV(B) | 158.82º | 1% | 0.2% | - |
| XYZ | 1.46 | 2.48 | 1.84 | - |
| YUV | 33.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 33 | 1 | 0 | 0.35 | 0.8 | 158.82 | 1 | 0.1 |
| Hex | 0 | 33 | 21 | 64 | 0 | 23 | 50 | 9F | 64 | A |
| Octal | 0 | 63 | 41 | 144 | 0 | 43 | 120 | 237 | 144 | 12 |
| Binary | 0 | 110011 | 100001 | 1100100 | 0 | 100011 | 1010000 | 10011111 | 1100100 | 1010 |
Color Harmonies of #003321
Complementary color
Monochromatic Colors of #003321
Black with #003321
Text Example
Text Example
White with #003321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003321; }
p { color: rgb(0,51,33); }
H1.HeaderClassName
{
color: #003321;
}
.AnyTagClassName
{
color: #003321;
}
</style>
background-color css
<style>
a { background-color: #003321; }
a { background-color: rgb(0,51,33); }
div.DivClassName
{
background-color: #003321;
}
.BgClassName
{
background-color: #003321;
}
</style>
border-color css
<style>
span { border-color: #003321; }
span { border-color: rgb(0,51,33); }
td.TdClassName
{
border-color: #003321;
}
.TagClassName
{
border-color: #003321;
}
</style>