Shades of Dark Green #032111
Tints of Dark Green #032111
RGB
CMYK
RGB Variations
Color information
#032111 (or 0x032111) is known color: Dark Green. HEX triplet: 03, 21 and 11. RGB value is (3,33,17). Sum of RGB (Red+Green+Blue) = 3+33+17=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #032111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032111 is #FCDEEE. Grayscale: #161616. Windows color (decimal): -16572143 or 1122563. OLE color: 1122563.
HSL color Cylindrical-coordinate representation of color #032111: hue angle of 148º degrees, saturation: 0.83, 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 #032111 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 17 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.87 |
| HSL | 148º | 0.83% | 0.07% | - |
| HSV(B) | 148º | 0.91% | 0.13% | - |
| XYZ | 0.68 | 1.15 | 0.72 | - |
| YUV | 22.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 17 | 0.91 | 0 | 0.48 | 0.87 | 148 | 0.83 | 0.07 |
| Hex | 3 | 21 | 11 | 5B | 0 | 30 | 57 | 94 | 53 | 7 |
| Octal | 3 | 41 | 21 | 133 | 0 | 60 | 127 | 224 | 123 | 7 |
| Binary | 11 | 100001 | 10001 | 1011011 | 0 | 110000 | 1010111 | 10010100 | 1010011 | 111 |
Color Harmonies of #032111
Complementary color
Monochromatic Colors of #032111
Black with #032111
Text Example
Text Example
White with #032111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032111; }
p { color: rgb(3,33,17); }
H1.HeaderClassName
{
color: #032111;
}
.AnyTagClassName
{
color: #032111;
}
</style>
background-color css
<style>
a { background-color: #032111; }
a { background-color: rgb(3,33,17); }
div.DivClassName
{
background-color: #032111;
}
.BgClassName
{
background-color: #032111;
}
</style>
border-color css
<style>
span { border-color: #032111; }
span { border-color: rgb(3,33,17); }
td.TdClassName
{
border-color: #032111;
}
.TagClassName
{
border-color: #032111;
}
</style>