Shades of Dark Green #032221
Tints of Dark Green #032221
RGB
CMYK
RGB Variations
Color information
#032221 (or 0x032221) is known color: Dark Green. HEX triplet: 03, 22 and 21. RGB value is (3,34,33). Sum of RGB (Red+Green+Blue) = 3+34+33=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 34 - color contains mainly: green. Hex color #032221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032221 is #FCDDDE. Grayscale: #181818. Windows color (decimal): -16571871 or 2171395. OLE color: 2171395.
HSL color Cylindrical-coordinate representation of color #032221: hue angle of 178.06º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032221 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 33 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.87 |
| HSL | 178.06º | 0.84% | 0.07% | - |
| HSV(B) | 178.06º | 0.91% | 0.13% | - |
| XYZ | 0.88 | 1.27 | 1.64 | - |
| YUV | 24.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 33 | 0.91 | 0 | 0.03 | 0.87 | 178.06 | 0.84 | 0.07 |
| Hex | 3 | 22 | 21 | 5B | 0 | 3 | 57 | B2 | 54 | 7 |
| Octal | 3 | 42 | 41 | 133 | 0 | 3 | 127 | 262 | 124 | 7 |
| Binary | 11 | 100010 | 100001 | 1011011 | 0 | 11 | 1010111 | 10110010 | 1010100 | 111 |
Color Harmonies of #032221
Complementary color
Monochromatic Colors of #032221
Black with #032221
Text Example
Text Example
White with #032221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032221; }
p { color: rgb(3,34,33); }
H1.HeaderClassName
{
color: #032221;
}
.AnyTagClassName
{
color: #032221;
}
</style>
background-color css
<style>
a { background-color: #032221; }
a { background-color: rgb(3,34,33); }
div.DivClassName
{
background-color: #032221;
}
.BgClassName
{
background-color: #032221;
}
</style>
border-color css
<style>
span { border-color: #032221; }
span { border-color: rgb(3,34,33); }
td.TdClassName
{
border-color: #032221;
}
.TagClassName
{
border-color: #032221;
}
</style>