Shades of Forest Green #31A111
Tints of Forest Green #31A111
RGB
CMYK
RGB Variations
Color information
#31A111 (or 0x31A111) is known color: Forest Green. HEX triplet: 31, A1 and 11. RGB value is (49,161,17). Sum of RGB (Red+Green+Blue) = 49+161+17=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #31A111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A111 is #CE5EEE. Grayscale: #6F6F6F. Windows color (decimal): -13524719 or 1155377. OLE color: 1155377.
HSL color Cylindrical-coordinate representation of color #31A111: hue angle of 106.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31A111 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 17 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.37 |
| HSL | 106.67º | 0.81% | 0.35% | - |
| HSV(B) | 106.67º | 0.89% | 0.63% | - |
| XYZ | 14.11 | 26.18 | 4.84 | - |
| YUV | 111.1 | 74.89 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 17 | 0.70 | 0 | 0.89 | 0.37 | 106.67 | 0.81 | 0.35 |
| Hex | 31 | A1 | 11 | 46 | 0 | 59 | 25 | 6B | 51 | 23 |
| Octal | 61 | 241 | 21 | 106 | 0 | 131 | 45 | 153 | 121 | 43 |
| Binary | 110001 | 10100001 | 10001 | 1000110 | 0 | 1011001 | 100101 | 1101011 | 1010001 | 100011 |
Color Harmonies of #31A111
Complementary color
Monochromatic Colors of #31A111
Black with #31A111
Text Example
Text Example
White with #31A111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A111; }
p { color: rgb(49,161,17); }
H1.HeaderClassName
{
color: #31A111;
}
.AnyTagClassName
{
color: #31A111;
}
</style>
background-color css
<style>
a { background-color: #31A111; }
a { background-color: rgb(49,161,17); }
div.DivClassName
{
background-color: #31A111;
}
.BgClassName
{
background-color: #31A111;
}
</style>
border-color css
<style>
span { border-color: #31A111; }
span { border-color: rgb(49,161,17); }
td.TdClassName
{
border-color: #31A111;
}
.TagClassName
{
border-color: #31A111;
}
</style>