Shades of Dark Green #032E21
Tints of Dark Green #032E21
RGB
CMYK
RGB Variations
Color information
#032E21 (or 0x032E21) is known color: Dark Green. HEX triplet: 03, 2E and 21. RGB value is (3,46,33). Sum of RGB (Red+Green+Blue) = 3+46+33=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #032E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E21 is #FCD1DE. Grayscale: #1F1F1F. Windows color (decimal): -16568799 or 2174467. OLE color: 2174467.
HSL color Cylindrical-coordinate representation of color #032E21: hue angle of 161.86º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E21 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 33 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.82 |
| HSL | 161.86º | 0.88% | 0.1% | - |
| HSV(B) | 161.86º | 0.93% | 0.18% | - |
| XYZ | 1.29 | 2.08 | 1.77 | - |
| YUV | 31.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 33 | 0.93 | 0 | 0.28 | 0.82 | 161.86 | 0.88 | 0.1 |
| Hex | 3 | 2E | 21 | 5D | 0 | 1C | 52 | A2 | 58 | A |
| Octal | 3 | 56 | 41 | 135 | 0 | 34 | 122 | 242 | 130 | 12 |
| Binary | 11 | 101110 | 100001 | 1011101 | 0 | 11100 | 1010010 | 10100010 | 1011000 | 1010 |
Color Harmonies of #032E21
Complementary color
Monochromatic Colors of #032E21
Black with #032E21
Text Example
Text Example
White with #032E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E21; }
p { color: rgb(3,46,33); }
H1.HeaderClassName
{
color: #032E21;
}
.AnyTagClassName
{
color: #032E21;
}
</style>
background-color css
<style>
a { background-color: #032E21; }
a { background-color: rgb(3,46,33); }
div.DivClassName
{
background-color: #032E21;
}
.BgClassName
{
background-color: #032E21;
}
</style>
border-color css
<style>
span { border-color: #032E21; }
span { border-color: rgb(3,46,33); }
td.TdClassName
{
border-color: #032E21;
}
.TagClassName
{
border-color: #032E21;
}
</style>