Shades of Dark Green #032D19
Tints of Dark Green #032D19
RGB
CMYK
RGB Variations
Color information
#032D19 (or 0x032D19) is known color: Dark Green. HEX triplet: 03, 2D and 19. RGB value is (3,45,25). Sum of RGB (Red+Green+Blue) = 3+45+25=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 45 (17.97% from 255 or 61.64% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 45 - color contains mainly: green. Hex color #032D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032D19 is #FCD2E6. Grayscale: #1E1E1E. Windows color (decimal): -16569063 or 1649923. OLE color: 1649923.
HSL color Cylindrical-coordinate representation of color #032D19: hue angle of 151.43º 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 #032D19 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 25 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.82 |
| HSL | 151.43º | 0.88% | 0.09% | - |
| HSV(B) | 151.43º | 0.93% | 0.18% | - |
| XYZ | 1.15 | 1.97 | 1.24 | - |
| YUV | 30.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 25 | 0.93 | 0 | 0.44 | 0.82 | 151.43 | 0.88 | 0.09 |
| Hex | 3 | 2D | 19 | 5D | 0 | 2C | 52 | 97 | 58 | 9 |
| Octal | 3 | 55 | 31 | 135 | 0 | 54 | 122 | 227 | 130 | 11 |
| Binary | 11 | 101101 | 11001 | 1011101 | 0 | 101100 | 1010010 | 10010111 | 1011000 | 1001 |
Color Harmonies of #032D19
Complementary color
Monochromatic Colors of #032D19
Black with #032D19
Text Example
Text Example
White with #032D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D19; }
p { color: rgb(3,45,25); }
H1.HeaderClassName
{
color: #032D19;
}
.AnyTagClassName
{
color: #032D19;
}
</style>
background-color css
<style>
a { background-color: #032D19; }
a { background-color: rgb(3,45,25); }
div.DivClassName
{
background-color: #032D19;
}
.BgClassName
{
background-color: #032D19;
}
</style>
border-color css
<style>
span { border-color: #032D19; }
span { border-color: rgb(3,45,25); }
td.TdClassName
{
border-color: #032D19;
}
.TagClassName
{
border-color: #032D19;
}
</style>