Shades of Forest Green #32872D
Tints of Forest Green #32872D
RGB
CMYK
RGB Variations
Color information
#32872D (or 0x32872D) is known color: Forest Green. HEX triplet: 32, 87 and 2D. RGB value is (50,135,45). Sum of RGB (Red+Green+Blue) = 50+135+45=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #32872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32872D is #CD78D2. Grayscale: #636363. Windows color (decimal): -13465811 or 2983730. OLE color: 2983730.
HSL color Cylindrical-coordinate representation of color #32872D: hue angle of 116.67º degrees, saturation: 0.5, 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 #32872D is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 45 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.47 |
| HSL | 116.67º | 0.5% | 0.35% | - |
| HSV(B) | 116.67º | 0.67% | 0.53% | - |
| XYZ | 10.45 | 18.2 | 5.44 | - |
| YUV | 99.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 45 | 0.63 | 0 | 0.67 | 0.47 | 116.67 | 0.5 | 0.35 |
| Hex | 32 | 87 | 2D | 3F | 0 | 43 | 2F | 75 | 32 | 23 |
| Octal | 62 | 207 | 55 | 77 | 0 | 103 | 57 | 165 | 62 | 43 |
| Binary | 110010 | 10000111 | 101101 | 111111 | 0 | 1000011 | 101111 | 1110101 | 110010 | 100011 |
Color Harmonies of #32872D
Complementary color
Monochromatic Colors of #32872D
Black with #32872D
Text Example
Text Example
White with #32872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32872D; }
p { color: rgb(50,135,45); }
H1.HeaderClassName
{
color: #32872D;
}
.AnyTagClassName
{
color: #32872D;
}
</style>
background-color css
<style>
a { background-color: #32872D; }
a { background-color: rgb(50,135,45); }
div.DivClassName
{
background-color: #32872D;
}
.BgClassName
{
background-color: #32872D;
}
</style>
border-color css
<style>
span { border-color: #32872D; }
span { border-color: rgb(50,135,45); }
td.TdClassName
{
border-color: #32872D;
}
.TagClassName
{
border-color: #32872D;
}
</style>