Shades of Dark Green #032A16
Tints of Dark Green #032A16
RGB
CMYK
RGB Variations
Color information
#032A16 (or 0x032A16) is known color: Dark Green. HEX triplet: 03, 2A and 16. RGB value is (3,42,22). Sum of RGB (Red+Green+Blue) = 3+42+22=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #032A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032A16 is #FCD5E9. Grayscale: #1C1C1C. Windows color (decimal): -16569834 or 1452547. OLE color: 1452547.
HSL color Cylindrical-coordinate representation of color #032A16: hue angle of 149.23º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032A16 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 42 | 22 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.84 |
| HSL | 149.23º | 0.87% | 0.09% | - |
| HSV(B) | 149.23º | 0.93% | 0.16% | - |
| XYZ | 1.01 | 1.73 | 1.04 | - |
| YUV | 28.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 22 | 0.93 | 0 | 0.48 | 0.84 | 149.23 | 0.87 | 0.09 |
| Hex | 3 | 2A | 16 | 5D | 0 | 30 | 54 | 95 | 57 | 9 |
| Octal | 3 | 52 | 26 | 135 | 0 | 60 | 124 | 225 | 127 | 11 |
| Binary | 11 | 101010 | 10110 | 1011101 | 0 | 110000 | 1010100 | 10010101 | 1010111 | 1001 |
Color Harmonies of #032A16
Complementary color
Monochromatic Colors of #032A16
Black with #032A16
Text Example
Text Example
White with #032A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A16; }
p { color: rgb(3,42,22); }
H1.HeaderClassName
{
color: #032A16;
}
.AnyTagClassName
{
color: #032A16;
}
</style>
background-color css
<style>
a { background-color: #032A16; }
a { background-color: rgb(3,42,22); }
div.DivClassName
{
background-color: #032A16;
}
.BgClassName
{
background-color: #032A16;
}
</style>
border-color css
<style>
span { border-color: #032A16; }
span { border-color: rgb(3,42,22); }
td.TdClassName
{
border-color: #032A16;
}
.TagClassName
{
border-color: #032A16;
}
</style>