Shades of Forest Green #32892E
Tints of Forest Green #32892E
RGB
CMYK
RGB Variations
Color information
#32892E (or 0x32892E) is known color: Forest Green. HEX triplet: 32, 89 and 2E. RGB value is (50,137,46). Sum of RGB (Red+Green+Blue) = 50+137+46=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #32892E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32892E is #CD76D1. Grayscale: #646464. Windows color (decimal): -13465298 or 3049778. OLE color: 3049778.
HSL color Cylindrical-coordinate representation of color #32892E: hue angle of 117.36º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32892E is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 46 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.46 |
| HSL | 117.36º | 0.5% | 0.36% | - |
| HSV(B) | 117.36º | 0.66% | 0.54% | - |
| XYZ | 10.75 | 18.77 | 5.64 | - |
| YUV | 100.61 | 97.18 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 46 | 0.64 | 0 | 0.66 | 0.46 | 117.36 | 0.5 | 0.36 |
| Hex | 32 | 89 | 2E | 40 | 0 | 42 | 2E | 75 | 32 | 24 |
| Octal | 62 | 211 | 56 | 100 | 0 | 102 | 56 | 165 | 62 | 44 |
| Binary | 110010 | 10001001 | 101110 | 1000000 | 0 | 1000010 | 101110 | 1110101 | 110010 | 100100 |
Color Harmonies of #32892E
Complementary color
Monochromatic Colors of #32892E
Black with #32892E
Text Example
Text Example
White with #32892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32892E; }
p { color: rgb(50,137,46); }
H1.HeaderClassName
{
color: #32892E;
}
.AnyTagClassName
{
color: #32892E;
}
</style>
background-color css
<style>
a { background-color: #32892E; }
a { background-color: rgb(50,137,46); }
div.DivClassName
{
background-color: #32892E;
}
.BgClassName
{
background-color: #32892E;
}
</style>
border-color css
<style>
span { border-color: #32892E; }
span { border-color: rgb(50,137,46); }
td.TdClassName
{
border-color: #32892E;
}
.TagClassName
{
border-color: #32892E;
}
</style>