Shades of Dark Green #032E29
Tints of Dark Green #032E29
RGB
CMYK
RGB Variations
Color information
#032E29 (or 0x032E29) is known color: Dark Green. HEX triplet: 03, 2E and 29. RGB value is (3,46,41). Sum of RGB (Red+Green+Blue) = 3+46+41=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #032E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E29 is #FCD1D6. Grayscale: #202020. Windows color (decimal): -16568791 or 2698755. OLE color: 2698755.
HSL color Cylindrical-coordinate representation of color #032E29: hue angle of 173.02º 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 #032E29 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 41 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.82 |
| HSL | 173.02º | 0.88% | 0.1% | - |
| HSV(B) | 173.02º | 0.93% | 0.18% | - |
| XYZ | 1.41 | 2.13 | 2.44 | - |
| YUV | 32.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 41 | 0.93 | 0 | 0.11 | 0.82 | 173.02 | 0.88 | 0.1 |
| Hex | 3 | 2E | 29 | 5D | 0 | B | 52 | AD | 58 | A |
| Octal | 3 | 56 | 51 | 135 | 0 | 13 | 122 | 255 | 130 | 12 |
| Binary | 11 | 101110 | 101001 | 1011101 | 0 | 1011 | 1010010 | 10101101 | 1011000 | 1010 |
Color Harmonies of #032E29
Complementary color
Monochromatic Colors of #032E29
Black with #032E29
Text Example
Text Example
White with #032E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E29; }
p { color: rgb(3,46,41); }
H1.HeaderClassName
{
color: #032E29;
}
.AnyTagClassName
{
color: #032E29;
}
</style>
background-color css
<style>
a { background-color: #032E29; }
a { background-color: rgb(3,46,41); }
div.DivClassName
{
background-color: #032E29;
}
.BgClassName
{
background-color: #032E29;
}
</style>
border-color css
<style>
span { border-color: #032E29; }
span { border-color: rgb(3,46,41); }
td.TdClassName
{
border-color: #032E29;
}
.TagClassName
{
border-color: #032E29;
}
</style>