Shades of Forest Green #32973A
Tints of Forest Green #32973A
RGB
CMYK
RGB Variations
Color information
#32973A (or 0x32973A) is known color: Forest Green. HEX triplet: 32, 97 and 3A. RGB value is (50,151,58). Sum of RGB (Red+Green+Blue) = 50+151+58=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #32973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32973A is #CD68C5. Grayscale: #6E6E6E. Windows color (decimal): -13461702 or 3839794. OLE color: 3839794.
HSL color Cylindrical-coordinate representation of color #32973A: hue angle of 124.75º 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 #32973A is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 58 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.41 |
| HSL | 124.75º | 0.5% | 0.39% | - |
| HSV(B) | 124.75º | 0.67% | 0.59% | - |
| XYZ | 13.15 | 23.12 | 7.77 | - |
| YUV | 110.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 58 | 0.67 | 0 | 0.62 | 0.41 | 124.75 | 0.5 | 0.39 |
| Hex | 32 | 97 | 3A | 43 | 0 | 3E | 29 | 7D | 32 | 27 |
| Octal | 62 | 227 | 72 | 103 | 0 | 76 | 51 | 175 | 62 | 47 |
| Binary | 110010 | 10010111 | 111010 | 1000011 | 0 | 111110 | 101001 | 1111101 | 110010 | 100111 |
Color Harmonies of #32973A
Complementary color
Monochromatic Colors of #32973A
Black with #32973A
Text Example
Text Example
White with #32973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32973A; }
p { color: rgb(50,151,58); }
H1.HeaderClassName
{
color: #32973A;
}
.AnyTagClassName
{
color: #32973A;
}
</style>
background-color css
<style>
a { background-color: #32973A; }
a { background-color: rgb(50,151,58); }
div.DivClassName
{
background-color: #32973A;
}
.BgClassName
{
background-color: #32973A;
}
</style>
border-color css
<style>
span { border-color: #32973A; }
span { border-color: rgb(50,151,58); }
td.TdClassName
{
border-color: #32973A;
}
.TagClassName
{
border-color: #32973A;
}
</style>