Shades of Forest Green #32A017
Tints of Forest Green #32A017
RGB
CMYK
RGB Variations
Color information
#32A017 (or 0x32A017) is known color: Forest Green. HEX triplet: 32, A0 and 17. RGB value is (50,160,23). Sum of RGB (Red+Green+Blue) = 50+160+23=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #32A017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A017 is #CD5FE8. Grayscale: #6F6F6F. Windows color (decimal): -13459433 or 1548338. OLE color: 1548338.
HSL color Cylindrical-coordinate representation of color #32A017: hue angle of 108.18º degrees, saturation: 0.75, 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 #32A017 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 23 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.37 |
| HSL | 108.18º | 0.75% | 0.36% | - |
| HSV(B) | 108.18º | 0.86% | 0.63% | - |
| XYZ | 14.04 | 25.88 | 5.07 | - |
| YUV | 111.49 | 78.06 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 23 | 0.69 | 0 | 0.86 | 0.37 | 108.18 | 0.75 | 0.36 |
| Hex | 32 | A0 | 17 | 45 | 0 | 56 | 25 | 6C | 4B | 24 |
| Octal | 62 | 240 | 27 | 105 | 0 | 126 | 45 | 154 | 113 | 44 |
| Binary | 110010 | 10100000 | 10111 | 1000101 | 0 | 1010110 | 100101 | 1101100 | 1001011 | 100100 |
Color Harmonies of #32A017
Complementary color
Monochromatic Colors of #32A017
Black with #32A017
Text Example
Text Example
White with #32A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A017; }
p { color: rgb(50,160,23); }
H1.HeaderClassName
{
color: #32A017;
}
.AnyTagClassName
{
color: #32A017;
}
</style>
background-color css
<style>
a { background-color: #32A017; }
a { background-color: rgb(50,160,23); }
div.DivClassName
{
background-color: #32A017;
}
.BgClassName
{
background-color: #32A017;
}
</style>
border-color css
<style>
span { border-color: #32A017; }
span { border-color: rgb(50,160,23); }
td.TdClassName
{
border-color: #32A017;
}
.TagClassName
{
border-color: #32A017;
}
</style>