Shades of Dark Green #032211
Tints of Dark Green #032211
RGB
CMYK
RGB Variations
Color information
#032211 (or 0x032211) is known color: Dark Green. HEX triplet: 03, 22 and 11. RGB value is (3,34,17). Sum of RGB (Red+Green+Blue) = 3+34+17=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #032211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032211 is #FCDDEE. Grayscale: #161616. Windows color (decimal): -16571887 or 1122819. OLE color: 1122819.
HSL color Cylindrical-coordinate representation of color #032211: hue angle of 147.1º 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 #032211 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 17 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.87 |
| HSL | 147.1º | 0.84% | 0.07% | - |
| HSV(B) | 147.1º | 0.91% | 0.13% | - |
| XYZ | 0.71 | 1.2 | 0.73 | - |
| YUV | 22.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 17 | 0.91 | 0 | 0.50 | 0.87 | 147.1 | 0.84 | 0.07 |
| Hex | 3 | 22 | 11 | 5B | 0 | 32 | 57 | 93 | 54 | 7 |
| Octal | 3 | 42 | 21 | 133 | 0 | 62 | 127 | 223 | 124 | 7 |
| Binary | 11 | 100010 | 10001 | 1011011 | 0 | 110010 | 1010111 | 10010011 | 1010100 | 111 |
Color Harmonies of #032211
Complementary color
Monochromatic Colors of #032211
Black with #032211
Text Example
Text Example
White with #032211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032211; }
p { color: rgb(3,34,17); }
H1.HeaderClassName
{
color: #032211;
}
.AnyTagClassName
{
color: #032211;
}
</style>
background-color css
<style>
a { background-color: #032211; }
a { background-color: rgb(3,34,17); }
div.DivClassName
{
background-color: #032211;
}
.BgClassName
{
background-color: #032211;
}
</style>
border-color css
<style>
span { border-color: #032211; }
span { border-color: rgb(3,34,17); }
td.TdClassName
{
border-color: #032211;
}
.TagClassName
{
border-color: #032211;
}
</style>