Shades of Forest Green #31982E
Tints of Forest Green #31982E
RGB
CMYK
RGB Variations
Color information
#31982E (or 0x31982E) is known color: Forest Green. HEX triplet: 31, 98 and 2E. RGB value is (49,152,46). Sum of RGB (Red+Green+Blue) = 49+152+46=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #31982E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31982E is #CE67D1. Grayscale: #6D6D6D. Windows color (decimal): -13526994 or 3053617. OLE color: 3053617.
HSL color Cylindrical-coordinate representation of color #31982E: hue angle of 118.3º 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 #31982E is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 46 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.40 |
| HSL | 118.3º | 0.54% | 0.39% | - |
| HSV(B) | 118.3º | 0.7% | 0.6% | - |
| XYZ | 12.99 | 23.31 | 6.4 | - |
| YUV | 109.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 46 | 0.68 | 0 | 0.70 | 0.40 | 118.3 | 0.54 | 0.39 |
| Hex | 31 | 98 | 2E | 44 | 0 | 46 | 28 | 76 | 36 | 27 |
| Octal | 61 | 230 | 56 | 104 | 0 | 106 | 50 | 166 | 66 | 47 |
| Binary | 110001 | 10011000 | 101110 | 1000100 | 0 | 1000110 | 101000 | 1110110 | 110110 | 100111 |
Color Harmonies of #31982E
Complementary color
Monochromatic Colors of #31982E
Black with #31982E
Text Example
Text Example
White with #31982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31982E; }
p { color: rgb(49,152,46); }
H1.HeaderClassName
{
color: #31982E;
}
.AnyTagClassName
{
color: #31982E;
}
</style>
background-color css
<style>
a { background-color: #31982E; }
a { background-color: rgb(49,152,46); }
div.DivClassName
{
background-color: #31982E;
}
.BgClassName
{
background-color: #31982E;
}
</style>
border-color css
<style>
span { border-color: #31982E; }
span { border-color: rgb(49,152,46); }
td.TdClassName
{
border-color: #31982E;
}
.TagClassName
{
border-color: #31982E;
}
</style>