Shades of Forest Green #32952C
Tints of Forest Green #32952C
RGB
CMYK
RGB Variations
Color information
#32952C (or 0x32952C) is known color: Forest Green. HEX triplet: 32, 95 and 2C. RGB value is (50,149,44). Sum of RGB (Red+Green+Blue) = 50+149+44=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #32952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32952C is #CD6AD3. Grayscale: #6B6B6B. Windows color (decimal): -13462228 or 2921778. OLE color: 2921778.
HSL color Cylindrical-coordinate representation of color #32952C: hue angle of 116.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32952C is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 44 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.42 |
| HSL | 116.57º | 0.54% | 0.38% | - |
| HSV(B) | 116.57º | 0.7% | 0.58% | - |
| XYZ | 12.52 | 22.35 | 6.04 | - |
| YUV | 107.43 | 92.2 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 44 | 0.66 | 0 | 0.70 | 0.42 | 116.57 | 0.54 | 0.38 |
| Hex | 32 | 95 | 2C | 42 | 0 | 46 | 2A | 75 | 36 | 26 |
| Octal | 62 | 225 | 54 | 102 | 0 | 106 | 52 | 165 | 66 | 46 |
| Binary | 110010 | 10010101 | 101100 | 1000010 | 0 | 1000110 | 101010 | 1110101 | 110110 | 100110 |
Color Harmonies of #32952C
Complementary color
Monochromatic Colors of #32952C
Black with #32952C
Text Example
Text Example
White with #32952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32952C; }
p { color: rgb(50,149,44); }
H1.HeaderClassName
{
color: #32952C;
}
.AnyTagClassName
{
color: #32952C;
}
</style>
background-color css
<style>
a { background-color: #32952C; }
a { background-color: rgb(50,149,44); }
div.DivClassName
{
background-color: #32952C;
}
.BgClassName
{
background-color: #32952C;
}
</style>
border-color css
<style>
span { border-color: #32952C; }
span { border-color: rgb(50,149,44); }
td.TdClassName
{
border-color: #32952C;
}
.TagClassName
{
border-color: #32952C;
}
</style>