Shades of Dark Green #032E2D
Tints of Dark Green #032E2D
RGB
CMYK
RGB Variations
Color information
#032E2D (or 0x032E2D) is known color: Dark Green. HEX triplet: 03, 2E and 2D. RGB value is (3,46,45). Sum of RGB (Red+Green+Blue) = 3+46+45=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #032E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E2D is #FCD1D2. Grayscale: #202020. Windows color (decimal): -16568787 or 2960899. OLE color: 2960899.
HSL color Cylindrical-coordinate representation of color #032E2D: hue angle of 178.6º 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 #032E2D is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 45 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.82 |
| HSL | 178.6º | 0.88% | 0.1% | - |
| HSV(B) | 178.6º | 0.93% | 0.18% | - |
| XYZ | 1.49 | 2.16 | 2.82 | - |
| YUV | 33.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 45 | 0.93 | 0 | 0.02 | 0.82 | 178.6 | 0.88 | 0.1 |
| Hex | 3 | 2E | 2D | 5D | 0 | 2 | 52 | B3 | 58 | A |
| Octal | 3 | 56 | 55 | 135 | 0 | 2 | 122 | 263 | 130 | 12 |
| Binary | 11 | 101110 | 101101 | 1011101 | 0 | 10 | 1010010 | 10110011 | 1011000 | 1010 |
Color Harmonies of #032E2D
Complementary color
Monochromatic Colors of #032E2D
Black with #032E2D
Text Example
Text Example
White with #032E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E2D; }
p { color: rgb(3,46,45); }
H1.HeaderClassName
{
color: #032E2D;
}
.AnyTagClassName
{
color: #032E2D;
}
</style>
background-color css
<style>
a { background-color: #032E2D; }
a { background-color: rgb(3,46,45); }
div.DivClassName
{
background-color: #032E2D;
}
.BgClassName
{
background-color: #032E2D;
}
</style>
border-color css
<style>
span { border-color: #032E2D; }
span { border-color: rgb(3,46,45); }
td.TdClassName
{
border-color: #032E2D;
}
.TagClassName
{
border-color: #032E2D;
}
</style>