Shades of Forest Green #31A131
Tints of Forest Green #31A131
RGB
CMYK
RGB Variations
Color information
#31A131 (or 0x31A131) is known color: Forest Green. HEX triplet: 31, A1 and 31. RGB value is (49,161,49). Sum of RGB (Red+Green+Blue) = 49+161+49=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 161 (63.28% from 255 or 62.16% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 161 - color contains mainly: green. Hex color #31A131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A131 is #CE5ECE. Grayscale: #737373. Windows color (decimal): -13524687 or 3252529. OLE color: 3252529.
HSL color Cylindrical-coordinate representation of color #31A131: hue angle of 120º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A131 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 49 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.37 |
| HSL | 120º | 0.53% | 0.41% | - |
| HSV(B) | 120º | 0.7% | 0.63% | - |
| XYZ | 14.57 | 26.36 | 7.23 | - |
| YUV | 114.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 49 | 0.70 | 0 | 0.70 | 0.37 | 120 | 0.53 | 0.41 |
| Hex | 31 | A1 | 31 | 46 | 0 | 46 | 25 | 78 | 35 | 29 |
| Octal | 61 | 241 | 61 | 106 | 0 | 106 | 45 | 170 | 65 | 51 |
| Binary | 110001 | 10100001 | 110001 | 1000110 | 0 | 1000110 | 100101 | 1111000 | 110101 | 101001 |
Color Harmonies of #31A131
Complementary color
Monochromatic Colors of #31A131
Black with #31A131
Text Example
Text Example
White with #31A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A131; }
p { color: rgb(49,161,49); }
H1.HeaderClassName
{
color: #31A131;
}
.AnyTagClassName
{
color: #31A131;
}
</style>
background-color css
<style>
a { background-color: #31A131; }
a { background-color: rgb(49,161,49); }
div.DivClassName
{
background-color: #31A131;
}
.BgClassName
{
background-color: #31A131;
}
</style>
border-color css
<style>
span { border-color: #31A131; }
span { border-color: rgb(49,161,49); }
td.TdClassName
{
border-color: #31A131;
}
.TagClassName
{
border-color: #31A131;
}
</style>