Shades of Forest Green #32982E
Tints of Forest Green #32982E
RGB
CMYK
RGB Variations
Color information
#32982E (or 0x32982E) is known color: Forest Green. HEX triplet: 32, 98 and 2E. RGB value is (50,152,46). Sum of RGB (Red+Green+Blue) = 50+152+46=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #32982E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32982E is #CD67D1. Grayscale: #6D6D6D. Windows color (decimal): -13461458 or 3053618. OLE color: 3053618.
HSL color Cylindrical-coordinate representation of color #32982E: hue angle of 117.74º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32982E is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 46 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.40 |
| HSL | 117.74º | 0.54% | 0.39% | - |
| HSV(B) | 117.74º | 0.7% | 0.6% | - |
| XYZ | 13.04 | 23.33 | 6.4 | - |
| YUV | 109.42 | 92.21 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 46 | 0.67 | 0 | 0.70 | 0.40 | 117.74 | 0.54 | 0.39 |
| Hex | 32 | 98 | 2E | 43 | 0 | 46 | 28 | 76 | 36 | 27 |
| Octal | 62 | 230 | 56 | 103 | 0 | 106 | 50 | 166 | 66 | 47 |
| Binary | 110010 | 10011000 | 101110 | 1000011 | 0 | 1000110 | 101000 | 1110110 | 110110 | 100111 |
Color Harmonies of #32982E
Complementary color
Monochromatic Colors of #32982E
Black with #32982E
Text Example
Text Example
White with #32982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32982E; }
p { color: rgb(50,152,46); }
H1.HeaderClassName
{
color: #32982E;
}
.AnyTagClassName
{
color: #32982E;
}
</style>
background-color css
<style>
a { background-color: #32982E; }
a { background-color: rgb(50,152,46); }
div.DivClassName
{
background-color: #32982E;
}
.BgClassName
{
background-color: #32982E;
}
</style>
border-color css
<style>
span { border-color: #32982E; }
span { border-color: rgb(50,152,46); }
td.TdClassName
{
border-color: #32982E;
}
.TagClassName
{
border-color: #32982E;
}
</style>