Shades of Dark Green #032E1D
Tints of Dark Green #032E1D
RGB
CMYK
RGB Variations
Color information
#032E1D (or 0x032E1D) is known color: Dark Green. HEX triplet: 03, 2E and 1D. RGB value is (3,46,29). Sum of RGB (Red+Green+Blue) = 3+46+29=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #032E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E1D is #FCD1E2. Grayscale: #1F1F1F. Windows color (decimal): -16568803 or 1912323. OLE color: 1912323.
HSL color Cylindrical-coordinate representation of color #032E1D: hue angle of 156.28º 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 #032E1D is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 46 | 29 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.82 |
| HSL | 156.28º | 0.88% | 0.1% | - |
| HSV(B) | 156.28º | 0.93% | 0.18% | - |
| XYZ | 1.24 | 2.06 | 1.5 | - |
| YUV | 31.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 29 | 0.93 | 0 | 0.37 | 0.82 | 156.28 | 0.88 | 0.1 |
| Hex | 3 | 2E | 1D | 5D | 0 | 25 | 52 | 9C | 58 | A |
| Octal | 3 | 56 | 35 | 135 | 0 | 45 | 122 | 234 | 130 | 12 |
| Binary | 11 | 101110 | 11101 | 1011101 | 0 | 100101 | 1010010 | 10011100 | 1011000 | 1010 |
Color Harmonies of #032E1D
Complementary color
Monochromatic Colors of #032E1D
Black with #032E1D
Text Example
Text Example
White with #032E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E1D; }
p { color: rgb(3,46,29); }
H1.HeaderClassName
{
color: #032E1D;
}
.AnyTagClassName
{
color: #032E1D;
}
</style>
background-color css
<style>
a { background-color: #032E1D; }
a { background-color: rgb(3,46,29); }
div.DivClassName
{
background-color: #032E1D;
}
.BgClassName
{
background-color: #032E1D;
}
</style>
border-color css
<style>
span { border-color: #032E1D; }
span { border-color: rgb(3,46,29); }
td.TdClassName
{
border-color: #032E1D;
}
.TagClassName
{
border-color: #032E1D;
}
</style>