Shades of Forest Green #31A114
Tints of Forest Green #31A114
RGB
CMYK
RGB Variations
Color information
#31A114 (or 0x31A114) is known color: Forest Green. HEX triplet: 31, A1 and 14. RGB value is (49,161,20). Sum of RGB (Red+Green+Blue) = 49+161+20=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 161 (63.28% from 255 or 70% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 161 - color contains mainly: green. Hex color #31A114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A114 is #CE5EEB. Grayscale: #6F6F6F. Windows color (decimal): -13524716 or 1351985. OLE color: 1351985.
HSL color Cylindrical-coordinate representation of color #31A114: hue angle of 107.66º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31A114 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 20 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.37 |
| HSL | 107.66º | 0.78% | 0.35% | - |
| HSV(B) | 107.66º | 0.88% | 0.63% | - |
| XYZ | 14.14 | 26.19 | 4.97 | - |
| YUV | 111.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 20 | 0.70 | 0 | 0.88 | 0.37 | 107.66 | 0.78 | 0.35 |
| Hex | 31 | A1 | 14 | 46 | 0 | 58 | 25 | 6C | 4E | 23 |
| Octal | 61 | 241 | 24 | 106 | 0 | 130 | 45 | 154 | 116 | 43 |
| Binary | 110001 | 10100001 | 10100 | 1000110 | 0 | 1011000 | 100101 | 1101100 | 1001110 | 100011 |
Color Harmonies of #31A114
Complementary color
Monochromatic Colors of #31A114
Black with #31A114
Text Example
Text Example
White with #31A114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A114; }
p { color: rgb(49,161,20); }
H1.HeaderClassName
{
color: #31A114;
}
.AnyTagClassName
{
color: #31A114;
}
</style>
background-color css
<style>
a { background-color: #31A114; }
a { background-color: rgb(49,161,20); }
div.DivClassName
{
background-color: #31A114;
}
.BgClassName
{
background-color: #31A114;
}
</style>
border-color css
<style>
span { border-color: #31A114; }
span { border-color: rgb(49,161,20); }
td.TdClassName
{
border-color: #31A114;
}
.TagClassName
{
border-color: #31A114;
}
</style>