Shades of Forest Green #32953C
Tints of Forest Green #32953C
RGB
CMYK
RGB Variations
Color information
#32953C (or 0x32953C) is known color: Forest Green. HEX triplet: 32, 95 and 3C. RGB value is (50,149,60). Sum of RGB (Red+Green+Blue) = 50+149+60=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #32953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32953C is #CD6AC3. Grayscale: #6D6D6D. Windows color (decimal): -13462212 or 3970354. OLE color: 3970354.
HSL color Cylindrical-coordinate representation of color #32953C: hue angle of 126.06º 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 #32953C is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 60 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.42 |
| HSL | 126.06º | 0.5% | 0.39% | - |
| HSV(B) | 126.06º | 0.66% | 0.58% | - |
| XYZ | 12.88 | 22.5 | 7.94 | - |
| YUV | 109.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 60 | 0.66 | 0 | 0.60 | 0.42 | 126.06 | 0.5 | 0.39 |
| Hex | 32 | 95 | 3C | 42 | 0 | 3C | 2A | 7E | 32 | 27 |
| Octal | 62 | 225 | 74 | 102 | 0 | 74 | 52 | 176 | 62 | 47 |
| Binary | 110010 | 10010101 | 111100 | 1000010 | 0 | 111100 | 101010 | 1111110 | 110010 | 100111 |
Color Harmonies of #32953C
Complementary color
Monochromatic Colors of #32953C
Black with #32953C
Text Example
Text Example
White with #32953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32953C; }
p { color: rgb(50,149,60); }
H1.HeaderClassName
{
color: #32953C;
}
.AnyTagClassName
{
color: #32953C;
}
</style>
background-color css
<style>
a { background-color: #32953C; }
a { background-color: rgb(50,149,60); }
div.DivClassName
{
background-color: #32953C;
}
.BgClassName
{
background-color: #32953C;
}
</style>
border-color css
<style>
span { border-color: #32953C; }
span { border-color: rgb(50,149,60); }
td.TdClassName
{
border-color: #32953C;
}
.TagClassName
{
border-color: #32953C;
}
</style>