Shades of Forest Green #32982C
Tints of Forest Green #32982C
RGB
CMYK
RGB Variations
Color information
#32982C (or 0x32982C) is known color: Forest Green. HEX triplet: 32, 98 and 2C. RGB value is (50,152,44). Sum of RGB (Red+Green+Blue) = 50+152+44=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #32982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32982C is #CD67D3. Grayscale: #6D6D6D. Windows color (decimal): -13461460 or 2922546. OLE color: 2922546.
HSL color Cylindrical-coordinate representation of color #32982C: hue angle of 116.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32982C is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 44 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.40 |
| HSL | 116.67º | 0.55% | 0.38% | - |
| HSV(B) | 116.67º | 0.71% | 0.6% | - |
| XYZ | 13 | 23.32 | 6.2 | - |
| YUV | 109.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 44 | 0.67 | 0 | 0.71 | 0.40 | 116.67 | 0.55 | 0.38 |
| Hex | 32 | 98 | 2C | 43 | 0 | 47 | 28 | 75 | 37 | 26 |
| Octal | 62 | 230 | 54 | 103 | 0 | 107 | 50 | 165 | 67 | 46 |
| Binary | 110010 | 10011000 | 101100 | 1000011 | 0 | 1000111 | 101000 | 1110101 | 110111 | 100110 |
Color Harmonies of #32982C
Complementary color
Monochromatic Colors of #32982C
Black with #32982C
Text Example
Text Example
White with #32982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32982C; }
p { color: rgb(50,152,44); }
H1.HeaderClassName
{
color: #32982C;
}
.AnyTagClassName
{
color: #32982C;
}
</style>
background-color css
<style>
a { background-color: #32982C; }
a { background-color: rgb(50,152,44); }
div.DivClassName
{
background-color: #32982C;
}
.BgClassName
{
background-color: #32982C;
}
</style>
border-color css
<style>
span { border-color: #32982C; }
span { border-color: rgb(50,152,44); }
td.TdClassName
{
border-color: #32982C;
}
.TagClassName
{
border-color: #32982C;
}
</style>