Shades of Forest Green #32972D
Tints of Forest Green #32972D
RGB
CMYK
RGB Variations
Color information
#32972D (or 0x32972D) is known color: Forest Green. HEX triplet: 32, 97 and 2D. RGB value is (50,151,45). Sum of RGB (Red+Green+Blue) = 50+151+45=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 151 (59.38% from 255 or 61.38% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 151 - color contains mainly: green. Hex color #32972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32972D is #CD68D2. Grayscale: #6D6D6D. Windows color (decimal): -13461715 or 2987826. OLE color: 2987826.
HSL color Cylindrical-coordinate representation of color #32972D: hue angle of 117.17º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32972D is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 45 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.41 |
| HSL | 117.17º | 0.54% | 0.38% | - |
| HSV(B) | 117.17º | 0.7% | 0.59% | - |
| XYZ | 12.86 | 23 | 6.24 | - |
| YUV | 108.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 45 | 0.67 | 0 | 0.70 | 0.41 | 117.17 | 0.54 | 0.38 |
| Hex | 32 | 97 | 2D | 43 | 0 | 46 | 29 | 75 | 36 | 26 |
| Octal | 62 | 227 | 55 | 103 | 0 | 106 | 51 | 165 | 66 | 46 |
| Binary | 110010 | 10010111 | 101101 | 1000011 | 0 | 1000110 | 101001 | 1110101 | 110110 | 100110 |
Color Harmonies of #32972D
Complementary color
Monochromatic Colors of #32972D
Black with #32972D
Text Example
Text Example
White with #32972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32972D; }
p { color: rgb(50,151,45); }
H1.HeaderClassName
{
color: #32972D;
}
.AnyTagClassName
{
color: #32972D;
}
</style>
background-color css
<style>
a { background-color: #32972D; }
a { background-color: rgb(50,151,45); }
div.DivClassName
{
background-color: #32972D;
}
.BgClassName
{
background-color: #32972D;
}
</style>
border-color css
<style>
span { border-color: #32972D; }
span { border-color: rgb(50,151,45); }
td.TdClassName
{
border-color: #32972D;
}
.TagClassName
{
border-color: #32972D;
}
</style>