Shades of Forest Green #32952F
Tints of Forest Green #32952F
RGB
CMYK
RGB Variations
Color information
#32952F (or 0x32952F) is known color: Forest Green. HEX triplet: 32, 95 and 2F. RGB value is (50,149,47). Sum of RGB (Red+Green+Blue) = 50+149+47=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #32952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32952F is #CD6AD0. Grayscale: #6C6C6C. Windows color (decimal): -13462225 or 3118386. OLE color: 3118386.
HSL color Cylindrical-coordinate representation of color #32952F: hue angle of 118.24º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32952F is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 47 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.42 |
| HSL | 118.24º | 0.52% | 0.38% | - |
| HSV(B) | 118.24º | 0.68% | 0.58% | - |
| XYZ | 12.58 | 22.38 | 6.35 | - |
| YUV | 107.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 47 | 0.66 | 0 | 0.68 | 0.42 | 118.24 | 0.52 | 0.38 |
| Hex | 32 | 95 | 2F | 42 | 0 | 44 | 2A | 76 | 34 | 26 |
| Octal | 62 | 225 | 57 | 102 | 0 | 104 | 52 | 166 | 64 | 46 |
| Binary | 110010 | 10010101 | 101111 | 1000010 | 0 | 1000100 | 101010 | 1110110 | 110100 | 100110 |
Color Harmonies of #32952F
Complementary color
Monochromatic Colors of #32952F
Black with #32952F
Text Example
Text Example
White with #32952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32952F; }
p { color: rgb(50,149,47); }
H1.HeaderClassName
{
color: #32952F;
}
.AnyTagClassName
{
color: #32952F;
}
</style>
background-color css
<style>
a { background-color: #32952F; }
a { background-color: rgb(50,149,47); }
div.DivClassName
{
background-color: #32952F;
}
.BgClassName
{
background-color: #32952F;
}
</style>
border-color css
<style>
span { border-color: #32952F; }
span { border-color: rgb(50,149,47); }
td.TdClassName
{
border-color: #32952F;
}
.TagClassName
{
border-color: #32952F;
}
</style>