Shades of Dark Green #032C14
Tints of Dark Green #032C14
RGB
CMYK
RGB Variations
Color information
#032C14 (or 0x032C14) is known color: Dark Green. HEX triplet: 03, 2C and 14. RGB value is (3,44,20). Sum of RGB (Red+Green+Blue) = 3+44+20=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 44 (17.58% from 255 or 65.67% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 44 - color contains mainly: green. Hex color #032C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C14 is #FCD3EB. Grayscale: #1D1D1D. Windows color (decimal): -16569324 or 1321987. OLE color: 1321987.
HSL color Cylindrical-coordinate representation of color #032C14: hue angle of 144.88º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032C14 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 44 | 20 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.83 |
| HSL | 144.88º | 0.87% | 0.09% | - |
| HSV(B) | 144.88º | 0.93% | 0.17% | - |
| XYZ | 1.06 | 1.87 | 0.97 | - |
| YUV | 29.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 20 | 0.93 | 0 | 0.55 | 0.83 | 144.88 | 0.87 | 0.09 |
| Hex | 3 | 2C | 14 | 5D | 0 | 37 | 53 | 91 | 57 | 9 |
| Octal | 3 | 54 | 24 | 135 | 0 | 67 | 123 | 221 | 127 | 11 |
| Binary | 11 | 101100 | 10100 | 1011101 | 0 | 110111 | 1010011 | 10010001 | 1010111 | 1001 |
Color Harmonies of #032C14
Complementary color
Monochromatic Colors of #032C14
Black with #032C14
Text Example
Text Example
White with #032C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C14; }
p { color: rgb(3,44,20); }
H1.HeaderClassName
{
color: #032C14;
}
.AnyTagClassName
{
color: #032C14;
}
</style>
background-color css
<style>
a { background-color: #032C14; }
a { background-color: rgb(3,44,20); }
div.DivClassName
{
background-color: #032C14;
}
.BgClassName
{
background-color: #032C14;
}
</style>
border-color css
<style>
span { border-color: #032C14; }
span { border-color: rgb(3,44,20); }
td.TdClassName
{
border-color: #032C14;
}
.TagClassName
{
border-color: #032C14;
}
</style>