Shades of Forest Green #32872C
Tints of Forest Green #32872C
RGB
CMYK
RGB Variations
Color information
#32872C (or 0x32872C) is known color: Forest Green. HEX triplet: 32, 87 and 2C. RGB value is (50,135,44). Sum of RGB (Red+Green+Blue) = 50+135+44=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #32872C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32872C is #CD78D3. Grayscale: #636363. Windows color (decimal): -13465812 or 2918194. OLE color: 2918194.
HSL color Cylindrical-coordinate representation of color #32872C: hue angle of 116.04º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32872C is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 44 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.47 |
| HSL | 116.04º | 0.51% | 0.35% | - |
| HSV(B) | 116.04º | 0.67% | 0.53% | - |
| XYZ | 10.43 | 18.19 | 5.34 | - |
| YUV | 99.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 44 | 0.63 | 0 | 0.67 | 0.47 | 116.04 | 0.51 | 0.35 |
| Hex | 32 | 87 | 2C | 3F | 0 | 43 | 2F | 74 | 33 | 23 |
| Octal | 62 | 207 | 54 | 77 | 0 | 103 | 57 | 164 | 63 | 43 |
| Binary | 110010 | 10000111 | 101100 | 111111 | 0 | 1000011 | 101111 | 1110100 | 110011 | 100011 |
Color Harmonies of #32872C
Complementary color
Monochromatic Colors of #32872C
Black with #32872C
Text Example
Text Example
White with #32872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32872C; }
p { color: rgb(50,135,44); }
H1.HeaderClassName
{
color: #32872C;
}
.AnyTagClassName
{
color: #32872C;
}
</style>
background-color css
<style>
a { background-color: #32872C; }
a { background-color: rgb(50,135,44); }
div.DivClassName
{
background-color: #32872C;
}
.BgClassName
{
background-color: #32872C;
}
</style>
border-color css
<style>
span { border-color: #32872C; }
span { border-color: rgb(50,135,44); }
td.TdClassName
{
border-color: #32872C;
}
.TagClassName
{
border-color: #32872C;
}
</style>