Shades of Dark Green #033222
Tints of Dark Green #033222
RGB
CMYK
RGB Variations
Color information
#033222 (or 0x033222) is known color: Dark Green. HEX triplet: 03, 32 and 22. RGB value is (3,50,34). Sum of RGB (Red+Green+Blue) = 3+50+34=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #033222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033222 is #FCCDDD. Grayscale: #222222. Windows color (decimal): -16567774 or 2241027. OLE color: 2241027.
HSL color Cylindrical-coordinate representation of color #033222: hue angle of 159.57º 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 #033222 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 50 | 34 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.80 |
| HSL | 159.57º | 0.89% | 0.1% | - |
| HSV(B) | 159.57º | 0.94% | 0.2% | - |
| XYZ | 1.47 | 2.42 | 1.9 | - |
| YUV | 34.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 34 | 0.94 | 0 | 0.32 | 0.80 | 159.57 | 0.89 | 0.1 |
| Hex | 3 | 32 | 22 | 5E | 0 | 20 | 50 | A0 | 59 | A |
| Octal | 3 | 62 | 42 | 136 | 0 | 40 | 120 | 240 | 131 | 12 |
| Binary | 11 | 110010 | 100010 | 1011110 | 0 | 100000 | 1010000 | 10100000 | 1011001 | 1010 |
Color Harmonies of #033222
Complementary color
Monochromatic Colors of #033222
Black with #033222
Text Example
Text Example
White with #033222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033222; }
p { color: rgb(3,50,34); }
H1.HeaderClassName
{
color: #033222;
}
.AnyTagClassName
{
color: #033222;
}
</style>
background-color css
<style>
a { background-color: #033222; }
a { background-color: rgb(3,50,34); }
div.DivClassName
{
background-color: #033222;
}
.BgClassName
{
background-color: #033222;
}
</style>
border-color css
<style>
span { border-color: #033222; }
span { border-color: rgb(3,50,34); }
td.TdClassName
{
border-color: #033222;
}
.TagClassName
{
border-color: #033222;
}
</style>