Shades of Forest Green #32902E
Tints of Forest Green #32902E
RGB
CMYK
RGB Variations
Color information
#32902E (or 0x32902E) is known color: Forest Green. HEX triplet: 32, 90 and 2E. RGB value is (50,144,46). Sum of RGB (Red+Green+Blue) = 50+144+46=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 144 (56.64% from 255 or 60% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 144 - color contains mainly: green. Hex color #32902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32902E is #CD6FD1. Grayscale: #696969. Windows color (decimal): -13463506 or 3051570. OLE color: 3051570.
HSL color Cylindrical-coordinate representation of color #32902E: hue angle of 117.55º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32902E is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 46 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.44 |
| HSL | 117.55º | 0.52% | 0.37% | - |
| HSV(B) | 117.55º | 0.68% | 0.56% | - |
| XYZ | 11.78 | 20.82 | 5.98 | - |
| YUV | 104.72 | 94.86 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 46 | 0.65 | 0 | 0.68 | 0.44 | 117.55 | 0.52 | 0.37 |
| Hex | 32 | 90 | 2E | 41 | 0 | 44 | 2C | 76 | 34 | 25 |
| Octal | 62 | 220 | 56 | 101 | 0 | 104 | 54 | 166 | 64 | 45 |
| Binary | 110010 | 10010000 | 101110 | 1000001 | 0 | 1000100 | 101100 | 1110110 | 110100 | 100101 |
Color Harmonies of #32902E
Complementary color
Monochromatic Colors of #32902E
Black with #32902E
Text Example
Text Example
White with #32902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32902E; }
p { color: rgb(50,144,46); }
H1.HeaderClassName
{
color: #32902E;
}
.AnyTagClassName
{
color: #32902E;
}
</style>
background-color css
<style>
a { background-color: #32902E; }
a { background-color: rgb(50,144,46); }
div.DivClassName
{
background-color: #32902E;
}
.BgClassName
{
background-color: #32902E;
}
</style>
border-color css
<style>
span { border-color: #32902E; }
span { border-color: rgb(50,144,46); }
td.TdClassName
{
border-color: #32902E;
}
.TagClassName
{
border-color: #32902E;
}
</style>