Shades of Forest Green #32973C
Tints of Forest Green #32973C
RGB
CMYK
RGB Variations
Color information
#32973C (or 0x32973C) is known color: Forest Green. HEX triplet: 32, 97 and 3C. RGB value is (50,151,60). Sum of RGB (Red+Green+Blue) = 50+151+60=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #32973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32973C is #CD68C3. Grayscale: #6E6E6E. Windows color (decimal): -13461700 or 3970866. OLE color: 3970866.
HSL color Cylindrical-coordinate representation of color #32973C: hue angle of 125.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32973C is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 60 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.41 |
| HSL | 125.94º | 0.5% | 0.39% | - |
| HSV(B) | 125.94º | 0.67% | 0.59% | - |
| XYZ | 13.2 | 23.14 | 8.05 | - |
| YUV | 110.43 | 99.54 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 60 | 0.67 | 0 | 0.60 | 0.41 | 125.94 | 0.5 | 0.39 |
| Hex | 32 | 97 | 3C | 43 | 0 | 3C | 29 | 7E | 32 | 27 |
| Octal | 62 | 227 | 74 | 103 | 0 | 74 | 51 | 176 | 62 | 47 |
| Binary | 110010 | 10010111 | 111100 | 1000011 | 0 | 111100 | 101001 | 1111110 | 110010 | 100111 |
Color Harmonies of #32973C
Complementary color
Monochromatic Colors of #32973C
Black with #32973C
Text Example
Text Example
White with #32973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32973C; }
p { color: rgb(50,151,60); }
H1.HeaderClassName
{
color: #32973C;
}
.AnyTagClassName
{
color: #32973C;
}
</style>
background-color css
<style>
a { background-color: #32973C; }
a { background-color: rgb(50,151,60); }
div.DivClassName
{
background-color: #32973C;
}
.BgClassName
{
background-color: #32973C;
}
</style>
border-color css
<style>
span { border-color: #32973C; }
span { border-color: rgb(50,151,60); }
td.TdClassName
{
border-color: #32973C;
}
.TagClassName
{
border-color: #32973C;
}
</style>