Shades of Dark Green #032020
Tints of Dark Green #032020
RGB
CMYK
RGB Variations
Color information
#032020 (or 0x032020) is known color: Dark Green. HEX triplet: 03, 20 and 20. RGB value is (3,32,32). Sum of RGB (Red+Green+Blue) = 3+32+32=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #032020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032020 is #FCDFDF. Grayscale: #171717. Windows color (decimal): -16572384 or 2105347. OLE color: 2105347.
HSL color Cylindrical-coordinate representation of color #032020: hue angle of 180º 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 #032020 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 32 | - |
| CMYK | 0.91 | 0 | 0 | 0.87 |
| HSL | 180º | 0.83% | 0.07% | - |
| HSV(B) | 180º | 0.91% | 0.13% | - |
| XYZ | 0.81 | 1.16 | 1.55 | - |
| YUV | 23.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 32 | 0.91 | 0 | 0 | 0.87 | 180 | 0.83 | 0.07 |
| Hex | 3 | 20 | 20 | 5B | 0 | 0 | 57 | B4 | 53 | 7 |
| Octal | 3 | 40 | 40 | 133 | 0 | 0 | 127 | 264 | 123 | 7 |
| Binary | 11 | 100000 | 100000 | 1011011 | 0 | 0 | 1010111 | 10110100 | 1010011 | 111 |
Color Harmonies of #032020
Complementary color
Monochromatic Colors of #032020
Black with #032020
Text Example
Text Example
White with #032020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032020; }
p { color: rgb(3,32,32); }
H1.HeaderClassName
{
color: #032020;
}
.AnyTagClassName
{
color: #032020;
}
</style>
background-color css
<style>
a { background-color: #032020; }
a { background-color: rgb(3,32,32); }
div.DivClassName
{
background-color: #032020;
}
.BgClassName
{
background-color: #032020;
}
</style>
border-color css
<style>
span { border-color: #032020; }
span { border-color: rgb(3,32,32); }
td.TdClassName
{
border-color: #032020;
}
.TagClassName
{
border-color: #032020;
}
</style>