Shades of Dark Green #032011
Tints of Dark Green #032011
RGB
CMYK
RGB Variations
Color information
#032011 (or 0x032011) is known color: Dark Green. HEX triplet: 03, 20 and 11. RGB value is (3,32,17). Sum of RGB (Red+Green+Blue) = 3+32+17=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #032011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032011 is #FCDFEE. Grayscale: #151515. Windows color (decimal): -16572399 or 1122307. OLE color: 1122307.
HSL color Cylindrical-coordinate representation of color #032011: hue angle of 148.97º 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 #032011 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 17 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.87 |
| HSL | 148.97º | 0.83% | 0.07% | - |
| HSV(B) | 148.97º | 0.91% | 0.13% | - |
| XYZ | 0.66 | 1.09 | 0.71 | - |
| YUV | 21.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 17 | 0.91 | 0 | 0.47 | 0.87 | 148.97 | 0.83 | 0.07 |
| Hex | 3 | 20 | 11 | 5B | 0 | 2F | 57 | 95 | 53 | 7 |
| Octal | 3 | 40 | 21 | 133 | 0 | 57 | 127 | 225 | 123 | 7 |
| Binary | 11 | 100000 | 10001 | 1011011 | 0 | 101111 | 1010111 | 10010101 | 1010011 | 111 |
Color Harmonies of #032011
Complementary color
Monochromatic Colors of #032011
Black with #032011
Text Example
Text Example
White with #032011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032011; }
p { color: rgb(3,32,17); }
H1.HeaderClassName
{
color: #032011;
}
.AnyTagClassName
{
color: #032011;
}
</style>
background-color css
<style>
a { background-color: #032011; }
a { background-color: rgb(3,32,17); }
div.DivClassName
{
background-color: #032011;
}
.BgClassName
{
background-color: #032011;
}
</style>
border-color css
<style>
span { border-color: #032011; }
span { border-color: rgb(3,32,17); }
td.TdClassName
{
border-color: #032011;
}
.TagClassName
{
border-color: #032011;
}
</style>