Shades of Forest Green #32A016
Tints of Forest Green #32A016
RGB
CMYK
RGB Variations
Color information
#32A016 (or 0x32A016) is known color: Forest Green. HEX triplet: 32, A0 and 16. RGB value is (50,160,22). Sum of RGB (Red+Green+Blue) = 50+160+22=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #32A016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A016 is #CD5FE9. Grayscale: #6F6F6F. Windows color (decimal): -13459434 or 1482802. OLE color: 1482802.
HSL color Cylindrical-coordinate representation of color #32A016: hue angle of 107.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32A016 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 22 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.37 |
| HSL | 107.83º | 0.76% | 0.36% | - |
| HSV(B) | 107.83º | 0.86% | 0.63% | - |
| XYZ | 14.03 | 25.88 | 5.01 | - |
| YUV | 111.38 | 77.56 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 22 | 0.69 | 0 | 0.86 | 0.37 | 107.83 | 0.76 | 0.36 |
| Hex | 32 | A0 | 16 | 45 | 0 | 56 | 25 | 6C | 4C | 24 |
| Octal | 62 | 240 | 26 | 105 | 0 | 126 | 45 | 154 | 114 | 44 |
| Binary | 110010 | 10100000 | 10110 | 1000101 | 0 | 1010110 | 100101 | 1101100 | 1001100 | 100100 |
Color Harmonies of #32A016
Complementary color
Monochromatic Colors of #32A016
Black with #32A016
Text Example
Text Example
White with #32A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A016; }
p { color: rgb(50,160,22); }
H1.HeaderClassName
{
color: #32A016;
}
.AnyTagClassName
{
color: #32A016;
}
</style>
background-color css
<style>
a { background-color: #32A016; }
a { background-color: rgb(50,160,22); }
div.DivClassName
{
background-color: #32A016;
}
.BgClassName
{
background-color: #32A016;
}
</style>
border-color css
<style>
span { border-color: #32A016; }
span { border-color: rgb(50,160,22); }
td.TdClassName
{
border-color: #32A016;
}
.TagClassName
{
border-color: #32A016;
}
</style>