Shades of Dark Green #033221
Tints of Dark Green #033221
RGB
CMYK
RGB Variations
Color information
#033221 (or 0x033221) is known color: Dark Green. HEX triplet: 03, 32 and 21. RGB value is (3,50,33). Sum of RGB (Red+Green+Blue) = 3+50+33=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #033221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033221 is #FCCDDE. Grayscale: #222222. Windows color (decimal): -16567775 or 2175491. OLE color: 2175491.
HSL color Cylindrical-coordinate representation of color #033221: hue angle of 158.3º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033221 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 33 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.80 |
| HSL | 158.3º | 0.89% | 0.1% | - |
| HSV(B) | 158.3º | 0.94% | 0.2% | - |
| XYZ | 1.45 | 2.41 | 1.83 | - |
| YUV | 34.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 33 | 0.94 | 0 | 0.34 | 0.80 | 158.3 | 0.89 | 0.1 |
| Hex | 3 | 32 | 21 | 5E | 0 | 22 | 50 | 9E | 59 | A |
| Octal | 3 | 62 | 41 | 136 | 0 | 42 | 120 | 236 | 131 | 12 |
| Binary | 11 | 110010 | 100001 | 1011110 | 0 | 100010 | 1010000 | 10011110 | 1011001 | 1010 |
Color Harmonies of #033221
Complementary color
Monochromatic Colors of #033221
Black with #033221
Text Example
Text Example
White with #033221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033221; }
p { color: rgb(3,50,33); }
H1.HeaderClassName
{
color: #033221;
}
.AnyTagClassName
{
color: #033221;
}
</style>
background-color css
<style>
a { background-color: #033221; }
a { background-color: rgb(3,50,33); }
div.DivClassName
{
background-color: #033221;
}
.BgClassName
{
background-color: #033221;
}
</style>
border-color css
<style>
span { border-color: #033221; }
span { border-color: rgb(3,50,33); }
td.TdClassName
{
border-color: #033221;
}
.TagClassName
{
border-color: #033221;
}
</style>