Shades of Dark Green #032D1D
Tints of Dark Green #032D1D
RGB
CMYK
RGB Variations
Color information
#032D1D (or 0x032D1D) is known color: Dark Green. HEX triplet: 03, 2D and 1D. RGB value is (3,45,29). Sum of RGB (Red+Green+Blue) = 3+45+29=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #032D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D1D is #FCD2E2. Grayscale: #1E1E1E. Windows color (decimal): -16569059 or 1912067. OLE color: 1912067.
HSL color Cylindrical-coordinate representation of color #032D1D: hue angle of 157.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032D1D is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 29 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.82 |
| HSL | 157.14º | 0.88% | 0.09% | - |
| HSV(B) | 157.14º | 0.93% | 0.18% | - |
| XYZ | 1.2 | 1.98 | 1.48 | - |
| YUV | 30.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 29 | 0.93 | 0 | 0.36 | 0.82 | 157.14 | 0.88 | 0.09 |
| Hex | 3 | 2D | 1D | 5D | 0 | 24 | 52 | 9D | 58 | 9 |
| Octal | 3 | 55 | 35 | 135 | 0 | 44 | 122 | 235 | 130 | 11 |
| Binary | 11 | 101101 | 11101 | 1011101 | 0 | 100100 | 1010010 | 10011101 | 1011000 | 1001 |
Color Harmonies of #032D1D
Complementary color
Monochromatic Colors of #032D1D
Black with #032D1D
Text Example
Text Example
White with #032D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D1D; }
p { color: rgb(3,45,29); }
H1.HeaderClassName
{
color: #032D1D;
}
.AnyTagClassName
{
color: #032D1D;
}
</style>
background-color css
<style>
a { background-color: #032D1D; }
a { background-color: rgb(3,45,29); }
div.DivClassName
{
background-color: #032D1D;
}
.BgClassName
{
background-color: #032D1D;
}
</style>
border-color css
<style>
span { border-color: #032D1D; }
span { border-color: rgb(3,45,29); }
td.TdClassName
{
border-color: #032D1D;
}
.TagClassName
{
border-color: #032D1D;
}
</style>