Shades of Dark Green #032E2C
Tints of Dark Green #032E2C
RGB
CMYK
RGB Variations
Color information
#032E2C (or 0x032E2C) is known color: Dark Green. HEX triplet: 03, 2E and 2C. RGB value is (3,46,44). Sum of RGB (Red+Green+Blue) = 3+46+44=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #032E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E2C is #FCD1D3. Grayscale: #202020. Windows color (decimal): -16568788 or 2895363. OLE color: 2895363.
HSL color Cylindrical-coordinate representation of color #032E2C: hue angle of 177.21º 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 #032E2C is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 44 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.82 |
| HSL | 177.21º | 0.88% | 0.1% | - |
| HSV(B) | 177.21º | 0.93% | 0.18% | - |
| XYZ | 1.47 | 2.16 | 2.72 | - |
| YUV | 32.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 44 | 0.93 | 0 | 0.04 | 0.82 | 177.21 | 0.88 | 0.1 |
| Hex | 3 | 2E | 2C | 5D | 0 | 4 | 52 | B1 | 58 | A |
| Octal | 3 | 56 | 54 | 135 | 0 | 4 | 122 | 261 | 130 | 12 |
| Binary | 11 | 101110 | 101100 | 1011101 | 0 | 100 | 1010010 | 10110001 | 1011000 | 1010 |
Color Harmonies of #032E2C
Complementary color
Monochromatic Colors of #032E2C
Black with #032E2C
Text Example
Text Example
White with #032E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E2C; }
p { color: rgb(3,46,44); }
H1.HeaderClassName
{
color: #032E2C;
}
.AnyTagClassName
{
color: #032E2C;
}
</style>
background-color css
<style>
a { background-color: #032E2C; }
a { background-color: rgb(3,46,44); }
div.DivClassName
{
background-color: #032E2C;
}
.BgClassName
{
background-color: #032E2C;
}
</style>
border-color css
<style>
span { border-color: #032E2C; }
span { border-color: rgb(3,46,44); }
td.TdClassName
{
border-color: #032E2C;
}
.TagClassName
{
border-color: #032E2C;
}
</style>