Shades of Dark Green #032D13
Tints of Dark Green #032D13
RGB
CMYK
RGB Variations
Color information
#032D13 (or 0x032D13) is known color: Dark Green. HEX triplet: 03, 2D and 13. RGB value is (3,45,19). Sum of RGB (Red+Green+Blue) = 3+45+19=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #032D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032D13 is #FCD2EC. Grayscale: #1D1D1D. Windows color (decimal): -16569069 or 1256707. OLE color: 1256707.
HSL color Cylindrical-coordinate representation of color #032D13: hue angle of 142.86º 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 #032D13 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 19 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.82 |
| HSL | 142.86º | 0.88% | 0.09% | - |
| HSV(B) | 142.86º | 0.93% | 0.18% | - |
| XYZ | 1.09 | 1.94 | 0.93 | - |
| YUV | 29.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 19 | 0.93 | 0 | 0.58 | 0.82 | 142.86 | 0.88 | 0.09 |
| Hex | 3 | 2D | 13 | 5D | 0 | 3A | 52 | 8F | 58 | 9 |
| Octal | 3 | 55 | 23 | 135 | 0 | 72 | 122 | 217 | 130 | 11 |
| Binary | 11 | 101101 | 10011 | 1011101 | 0 | 111010 | 1010010 | 10001111 | 1011000 | 1001 |
Color Harmonies of #032D13
Complementary color
Monochromatic Colors of #032D13
Black with #032D13
Text Example
Text Example
White with #032D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D13; }
p { color: rgb(3,45,19); }
H1.HeaderClassName
{
color: #032D13;
}
.AnyTagClassName
{
color: #032D13;
}
</style>
background-color css
<style>
a { background-color: #032D13; }
a { background-color: rgb(3,45,19); }
div.DivClassName
{
background-color: #032D13;
}
.BgClassName
{
background-color: #032D13;
}
</style>
border-color css
<style>
span { border-color: #032D13; }
span { border-color: rgb(3,45,19); }
td.TdClassName
{
border-color: #032D13;
}
.TagClassName
{
border-color: #032D13;
}
</style>