Shades of Dark Green #032D14
Tints of Dark Green #032D14
RGB
CMYK
RGB Variations
Color information
#032D14 (or 0x032D14) is known color: Dark Green. HEX triplet: 03, 2D and 14. RGB value is (3,45,20). Sum of RGB (Red+Green+Blue) = 3+45+20=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 45 (17.97% from 255 or 66.18% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 45 - color contains mainly: green. Hex color #032D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032D14 is #FCD2EB. Grayscale: #1D1D1D. Windows color (decimal): -16569068 or 1322243. OLE color: 1322243.
HSL color Cylindrical-coordinate representation of color #032D14: hue angle of 144.29º 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 #032D14 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 20 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.82 |
| HSL | 144.29º | 0.88% | 0.09% | - |
| HSV(B) | 144.29º | 0.93% | 0.18% | - |
| XYZ | 1.1 | 1.95 | 0.98 | - |
| YUV | 29.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 20 | 0.93 | 0 | 0.56 | 0.82 | 144.29 | 0.88 | 0.09 |
| Hex | 3 | 2D | 14 | 5D | 0 | 38 | 52 | 90 | 58 | 9 |
| Octal | 3 | 55 | 24 | 135 | 0 | 70 | 122 | 220 | 130 | 11 |
| Binary | 11 | 101101 | 10100 | 1011101 | 0 | 111000 | 1010010 | 10010000 | 1011000 | 1001 |
Color Harmonies of #032D14
Complementary color
Monochromatic Colors of #032D14
Black with #032D14
Text Example
Text Example
White with #032D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D14; }
p { color: rgb(3,45,20); }
H1.HeaderClassName
{
color: #032D14;
}
.AnyTagClassName
{
color: #032D14;
}
</style>
background-color css
<style>
a { background-color: #032D14; }
a { background-color: rgb(3,45,20); }
div.DivClassName
{
background-color: #032D14;
}
.BgClassName
{
background-color: #032D14;
}
</style>
border-color css
<style>
span { border-color: #032D14; }
span { border-color: rgb(3,45,20); }
td.TdClassName
{
border-color: #032D14;
}
.TagClassName
{
border-color: #032D14;
}
</style>