Shades of Forest Green #32953A
Tints of Forest Green #32953A
RGB
CMYK
RGB Variations
Color information
#32953A (or 0x32953A) is known color: Forest Green. HEX triplet: 32, 95 and 3A. RGB value is (50,149,58). Sum of RGB (Red+Green+Blue) = 50+149+58=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #32953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32953A is #CD6AC5. Grayscale: #6D6D6D. Windows color (decimal): -13462214 or 3839282. OLE color: 3839282.
HSL color Cylindrical-coordinate representation of color #32953A: hue angle of 124.85º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32953A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 58 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.42 |
| HSL | 124.85º | 0.5% | 0.39% | - |
| HSV(B) | 124.85º | 0.66% | 0.58% | - |
| XYZ | 12.83 | 22.48 | 7.67 | - |
| YUV | 109.03 | 99.2 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 58 | 0.66 | 0 | 0.61 | 0.42 | 124.85 | 0.5 | 0.39 |
| Hex | 32 | 95 | 3A | 42 | 0 | 3D | 2A | 7D | 32 | 27 |
| Octal | 62 | 225 | 72 | 102 | 0 | 75 | 52 | 175 | 62 | 47 |
| Binary | 110010 | 10010101 | 111010 | 1000010 | 0 | 111101 | 101010 | 1111101 | 110010 | 100111 |
Color Harmonies of #32953A
Complementary color
Monochromatic Colors of #32953A
Black with #32953A
Text Example
Text Example
White with #32953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32953A; }
p { color: rgb(50,149,58); }
H1.HeaderClassName
{
color: #32953A;
}
.AnyTagClassName
{
color: #32953A;
}
</style>
background-color css
<style>
a { background-color: #32953A; }
a { background-color: rgb(50,149,58); }
div.DivClassName
{
background-color: #32953A;
}
.BgClassName
{
background-color: #32953A;
}
</style>
border-color css
<style>
span { border-color: #32953A; }
span { border-color: rgb(50,149,58); }
td.TdClassName
{
border-color: #32953A;
}
.TagClassName
{
border-color: #32953A;
}
</style>