Shades of Dark Green #032D17
Tints of Dark Green #032D17
RGB
CMYK
RGB Variations
Color information
#032D17 (or 0x032D17) is known color: Dark Green. HEX triplet: 03, 2D and 17. RGB value is (3,45,23). Sum of RGB (Red+Green+Blue) = 3+45+23=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 45 (17.97% from 255 or 63.38% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 45 - color contains mainly: green. Hex color #032D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032D17 is #FCD2E8. Grayscale: #1D1D1D. Windows color (decimal): -16569065 or 1518851. OLE color: 1518851.
HSL color Cylindrical-coordinate representation of color #032D17: hue angle of 148.57º 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 #032D17 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 23 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.82 |
| HSL | 148.57º | 0.88% | 0.09% | - |
| HSV(B) | 148.57º | 0.93% | 0.18% | - |
| XYZ | 1.13 | 1.96 | 1.13 | - |
| YUV | 29.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 23 | 0.93 | 0 | 0.49 | 0.82 | 148.57 | 0.88 | 0.09 |
| Hex | 3 | 2D | 17 | 5D | 0 | 31 | 52 | 95 | 58 | 9 |
| Octal | 3 | 55 | 27 | 135 | 0 | 61 | 122 | 225 | 130 | 11 |
| Binary | 11 | 101101 | 10111 | 1011101 | 0 | 110001 | 1010010 | 10010101 | 1011000 | 1001 |
Color Harmonies of #032D17
Complementary color
Monochromatic Colors of #032D17
Black with #032D17
Text Example
Text Example
White with #032D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D17; }
p { color: rgb(3,45,23); }
H1.HeaderClassName
{
color: #032D17;
}
.AnyTagClassName
{
color: #032D17;
}
</style>
background-color css
<style>
a { background-color: #032D17; }
a { background-color: rgb(3,45,23); }
div.DivClassName
{
background-color: #032D17;
}
.BgClassName
{
background-color: #032D17;
}
</style>
border-color css
<style>
span { border-color: #032D17; }
span { border-color: rgb(3,45,23); }
td.TdClassName
{
border-color: #032D17;
}
.TagClassName
{
border-color: #032D17;
}
</style>