Shades of Dark Green #032F2C
Tints of Dark Green #032F2C
RGB
CMYK
RGB Variations
Color information
#032F2C (or 0x032F2C) is known color: Dark Green. HEX triplet: 03, 2F and 2C. RGB value is (3,47,44). Sum of RGB (Red+Green+Blue) = 3+47+44=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #032F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F2C is #FCD0D3. Grayscale: #212121. Windows color (decimal): -16568532 or 2895619. OLE color: 2895619.
HSL color Cylindrical-coordinate representation of color #032F2C: hue angle of 175.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F2C is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 47 | 44 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.82 |
| HSL | 175.91º | 0.88% | 0.1% | - |
| HSV(B) | 175.91º | 0.94% | 0.18% | - |
| XYZ | 1.51 | 2.23 | 2.73 | - |
| YUV | 33.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 44 | 0.94 | 0 | 0.06 | 0.82 | 175.91 | 0.88 | 0.1 |
| Hex | 3 | 2F | 2C | 5E | 0 | 6 | 52 | B0 | 58 | A |
| Octal | 3 | 57 | 54 | 136 | 0 | 6 | 122 | 260 | 130 | 12 |
| Binary | 11 | 101111 | 101100 | 1011110 | 0 | 110 | 1010010 | 10110000 | 1011000 | 1010 |
Color Harmonies of #032F2C
Complementary color
Monochromatic Colors of #032F2C
Black with #032F2C
Text Example
Text Example
White with #032F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F2C; }
p { color: rgb(3,47,44); }
H1.HeaderClassName
{
color: #032F2C;
}
.AnyTagClassName
{
color: #032F2C;
}
</style>
background-color css
<style>
a { background-color: #032F2C; }
a { background-color: rgb(3,47,44); }
div.DivClassName
{
background-color: #032F2C;
}
.BgClassName
{
background-color: #032F2C;
}
</style>
border-color css
<style>
span { border-color: #032F2C; }
span { border-color: rgb(3,47,44); }
td.TdClassName
{
border-color: #032F2C;
}
.TagClassName
{
border-color: #032F2C;
}
</style>