Shades of Forest Green #32972B
Tints of Forest Green #32972B
RGB
CMYK
RGB Variations
Color information
#32972B (or 0x32972B) is known color: Forest Green. HEX triplet: 32, 97 and 2B. RGB value is (50,151,43). Sum of RGB (Red+Green+Blue) = 50+151+43=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #32972B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32972B is #CD68D4. Grayscale: #6C6C6C. Windows color (decimal): -13461717 or 2856754. OLE color: 2856754.
HSL color Cylindrical-coordinate representation of color #32972B: hue angle of 116.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32972B is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 43 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.41 |
| HSL | 116.11º | 0.56% | 0.38% | - |
| HSV(B) | 116.11º | 0.72% | 0.59% | - |
| XYZ | 12.82 | 22.99 | 6.05 | - |
| YUV | 108.49 | 91.04 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 43 | 0.67 | 0 | 0.72 | 0.41 | 116.11 | 0.56 | 0.38 |
| Hex | 32 | 97 | 2B | 43 | 0 | 48 | 29 | 74 | 38 | 26 |
| Octal | 62 | 227 | 53 | 103 | 0 | 110 | 51 | 164 | 70 | 46 |
| Binary | 110010 | 10010111 | 101011 | 1000011 | 0 | 1001000 | 101001 | 1110100 | 111000 | 100110 |
Color Harmonies of #32972B
Complementary color
Monochromatic Colors of #32972B
Black with #32972B
Text Example
Text Example
White with #32972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32972B; }
p { color: rgb(50,151,43); }
H1.HeaderClassName
{
color: #32972B;
}
.AnyTagClassName
{
color: #32972B;
}
</style>
background-color css
<style>
a { background-color: #32972B; }
a { background-color: rgb(50,151,43); }
div.DivClassName
{
background-color: #32972B;
}
.BgClassName
{
background-color: #32972B;
}
</style>
border-color css
<style>
span { border-color: #32972B; }
span { border-color: rgb(50,151,43); }
td.TdClassName
{
border-color: #32972B;
}
.TagClassName
{
border-color: #32972B;
}
</style>