Shades of Dark Green #032E25
Tints of Dark Green #032E25
RGB
CMYK
RGB Variations
Color information
#032E25 (or 0x032E25) is known color: Dark Green. HEX triplet: 03, 2E and 25. RGB value is (3,46,37). Sum of RGB (Red+Green+Blue) = 3+46+37=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 46 (18.36% from 255 or 53.49% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 46 - color contains mainly: green. Hex color #032E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E25 is #FCD1DA. Grayscale: #202020. Windows color (decimal): -16568795 or 2436611. OLE color: 2436611.
HSL color Cylindrical-coordinate representation of color #032E25: hue angle of 167.44º 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 #032E25 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 37 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.82 |
| HSL | 167.44º | 0.88% | 0.1% | - |
| HSV(B) | 167.44º | 0.93% | 0.18% | - |
| XYZ | 1.35 | 2.11 | 2.09 | - |
| YUV | 32.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 37 | 0.93 | 0 | 0.20 | 0.82 | 167.44 | 0.88 | 0.1 |
| Hex | 3 | 2E | 25 | 5D | 0 | 14 | 52 | A7 | 58 | A |
| Octal | 3 | 56 | 45 | 135 | 0 | 24 | 122 | 247 | 130 | 12 |
| Binary | 11 | 101110 | 100101 | 1011101 | 0 | 10100 | 1010010 | 10100111 | 1011000 | 1010 |
Color Harmonies of #032E25
Complementary color
Monochromatic Colors of #032E25
Black with #032E25
Text Example
Text Example
White with #032E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E25; }
p { color: rgb(3,46,37); }
H1.HeaderClassName
{
color: #032E25;
}
.AnyTagClassName
{
color: #032E25;
}
</style>
background-color css
<style>
a { background-color: #032E25; }
a { background-color: rgb(3,46,37); }
div.DivClassName
{
background-color: #032E25;
}
.BgClassName
{
background-color: #032E25;
}
</style>
border-color css
<style>
span { border-color: #032E25; }
span { border-color: rgb(3,46,37); }
td.TdClassName
{
border-color: #032E25;
}
.TagClassName
{
border-color: #032E25;
}
</style>