Shades of Forest Green #32952E
Tints of Forest Green #32952E
RGB
CMYK
RGB Variations
Color information
#32952E (or 0x32952E) is known color: Forest Green. HEX triplet: 32, 95 and 2E. RGB value is (50,149,46). Sum of RGB (Red+Green+Blue) = 50+149+46=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #32952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32952E is #CD6AD1. Grayscale: #6B6B6B. Windows color (decimal): -13462226 or 3052850. OLE color: 3052850.
HSL color Cylindrical-coordinate representation of color #32952E: hue angle of 117.67º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32952E is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 46 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.42 |
| HSL | 117.67º | 0.53% | 0.38% | - |
| HSV(B) | 117.67º | 0.69% | 0.58% | - |
| XYZ | 12.56 | 22.37 | 6.24 | - |
| YUV | 107.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 46 | 0.66 | 0 | 0.69 | 0.42 | 117.67 | 0.53 | 0.38 |
| Hex | 32 | 95 | 2E | 42 | 0 | 45 | 2A | 76 | 35 | 26 |
| Octal | 62 | 225 | 56 | 102 | 0 | 105 | 52 | 166 | 65 | 46 |
| Binary | 110010 | 10010101 | 101110 | 1000010 | 0 | 1000101 | 101010 | 1110110 | 110101 | 100110 |
Color Harmonies of #32952E
Complementary color
Monochromatic Colors of #32952E
Black with #32952E
Text Example
Text Example
White with #32952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32952E; }
p { color: rgb(50,149,46); }
H1.HeaderClassName
{
color: #32952E;
}
.AnyTagClassName
{
color: #32952E;
}
</style>
background-color css
<style>
a { background-color: #32952E; }
a { background-color: rgb(50,149,46); }
div.DivClassName
{
background-color: #32952E;
}
.BgClassName
{
background-color: #32952E;
}
</style>
border-color css
<style>
span { border-color: #32952E; }
span { border-color: rgb(50,149,46); }
td.TdClassName
{
border-color: #32952E;
}
.TagClassName
{
border-color: #32952E;
}
</style>