Shades of Forest Green #32952A
Tints of Forest Green #32952A
RGB
CMYK
RGB Variations
Color information
#32952A (or 0x32952A) is known color: Forest Green. HEX triplet: 32, 95 and 2A. RGB value is (50,149,42). Sum of RGB (Red+Green+Blue) = 50+149+42=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #32952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32952A is #CD6AD5. Grayscale: #6B6B6B. Windows color (decimal): -13462230 or 2790706. OLE color: 2790706.
HSL color Cylindrical-coordinate representation of color #32952A: hue angle of 115.51º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32952A is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 42 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.42 |
| HSL | 115.51º | 0.56% | 0.37% | - |
| HSV(B) | 115.51º | 0.72% | 0.58% | - |
| XYZ | 12.48 | 22.34 | 5.84 | - |
| YUV | 107.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 42 | 0.66 | 0 | 0.72 | 0.42 | 115.51 | 0.56 | 0.37 |
| Hex | 32 | 95 | 2A | 42 | 0 | 48 | 2A | 74 | 38 | 25 |
| Octal | 62 | 225 | 52 | 102 | 0 | 110 | 52 | 164 | 70 | 45 |
| Binary | 110010 | 10010101 | 101010 | 1000010 | 0 | 1001000 | 101010 | 1110100 | 111000 | 100101 |
Color Harmonies of #32952A
Complementary color
Monochromatic Colors of #32952A
Black with #32952A
Text Example
Text Example
White with #32952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32952A; }
p { color: rgb(50,149,42); }
H1.HeaderClassName
{
color: #32952A;
}
.AnyTagClassName
{
color: #32952A;
}
</style>
background-color css
<style>
a { background-color: #32952A; }
a { background-color: rgb(50,149,42); }
div.DivClassName
{
background-color: #32952A;
}
.BgClassName
{
background-color: #32952A;
}
</style>
border-color css
<style>
span { border-color: #32952A; }
span { border-color: rgb(50,149,42); }
td.TdClassName
{
border-color: #32952A;
}
.TagClassName
{
border-color: #32952A;
}
</style>