Shades of Forest Green #32882C
Tints of Forest Green #32882C
RGB
CMYK
RGB Variations
Color information
#32882C (or 0x32882C) is known color: Forest Green. HEX triplet: 32, 88 and 2C. RGB value is (50,136,44). Sum of RGB (Red+Green+Blue) = 50+136+44=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #32882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32882C is #CD77D3. Grayscale: #646464. Windows color (decimal): -13465556 or 2918450. OLE color: 2918450.
HSL color Cylindrical-coordinate representation of color #32882C: hue angle of 116.09º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32882C is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 44 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.47 |
| HSL | 116.09º | 0.51% | 0.35% | - |
| HSV(B) | 116.09º | 0.68% | 0.53% | - |
| XYZ | 10.57 | 18.47 | 5.39 | - |
| YUV | 99.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 44 | 0.63 | 0 | 0.68 | 0.47 | 116.09 | 0.51 | 0.35 |
| Hex | 32 | 88 | 2C | 3F | 0 | 44 | 2F | 74 | 33 | 23 |
| Octal | 62 | 210 | 54 | 77 | 0 | 104 | 57 | 164 | 63 | 43 |
| Binary | 110010 | 10001000 | 101100 | 111111 | 0 | 1000100 | 101111 | 1110100 | 110011 | 100011 |
Color Harmonies of #32882C
Complementary color
Monochromatic Colors of #32882C
Black with #32882C
Text Example
Text Example
White with #32882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32882C; }
p { color: rgb(50,136,44); }
H1.HeaderClassName
{
color: #32882C;
}
.AnyTagClassName
{
color: #32882C;
}
</style>
background-color css
<style>
a { background-color: #32882C; }
a { background-color: rgb(50,136,44); }
div.DivClassName
{
background-color: #32882C;
}
.BgClassName
{
background-color: #32882C;
}
</style>
border-color css
<style>
span { border-color: #32882C; }
span { border-color: rgb(50,136,44); }
td.TdClassName
{
border-color: #32882C;
}
.TagClassName
{
border-color: #32882C;
}
</style>