Shades of Forest Green #32A015
Tints of Forest Green #32A015
RGB
CMYK
RGB Variations
Color information
#32A015 (or 0x32A015) is known color: Forest Green. HEX triplet: 32, A0 and 15. RGB value is (50,160,21). Sum of RGB (Red+Green+Blue) = 50+160+21=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #32A015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A015 is #CD5FEA. Grayscale: #6F6F6F. Windows color (decimal): -13459435 or 1417266. OLE color: 1417266.
HSL color Cylindrical-coordinate representation of color #32A015: hue angle of 107.48º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32A015 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 21 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.37 |
| HSL | 107.48º | 0.77% | 0.35% | - |
| HSV(B) | 107.48º | 0.87% | 0.63% | - |
| XYZ | 14.02 | 25.87 | 4.96 | - |
| YUV | 111.26 | 77.06 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 21 | 0.69 | 0 | 0.87 | 0.37 | 107.48 | 0.77 | 0.35 |
| Hex | 32 | A0 | 15 | 45 | 0 | 57 | 25 | 6B | 4D | 23 |
| Octal | 62 | 240 | 25 | 105 | 0 | 127 | 45 | 153 | 115 | 43 |
| Binary | 110010 | 10100000 | 10101 | 1000101 | 0 | 1010111 | 100101 | 1101011 | 1001101 | 100011 |
Color Harmonies of #32A015
Complementary color
Monochromatic Colors of #32A015
Black with #32A015
Text Example
Text Example
White with #32A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A015; }
p { color: rgb(50,160,21); }
H1.HeaderClassName
{
color: #32A015;
}
.AnyTagClassName
{
color: #32A015;
}
</style>
background-color css
<style>
a { background-color: #32A015; }
a { background-color: rgb(50,160,21); }
div.DivClassName
{
background-color: #32A015;
}
.BgClassName
{
background-color: #32A015;
}
</style>
border-color css
<style>
span { border-color: #32A015; }
span { border-color: rgb(50,160,21); }
td.TdClassName
{
border-color: #32A015;
}
.TagClassName
{
border-color: #32A015;
}
</style>