Shades of Forest Green #31A127
Tints of Forest Green #31A127
RGB
CMYK
RGB Variations
Color information
#31A127 (or 0x31A127) is known color: Forest Green. HEX triplet: 31, A1 and 27. RGB value is (49,161,39). Sum of RGB (Red+Green+Blue) = 49+161+39=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #31A127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A127 is #CE5ED8. Grayscale: #717171. Windows color (decimal): -13524697 or 2597169. OLE color: 2597169.
HSL color Cylindrical-coordinate representation of color #31A127: hue angle of 115.08º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A127 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 39 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.37 |
| HSL | 115.08º | 0.61% | 0.39% | - |
| HSV(B) | 115.08º | 0.76% | 0.63% | - |
| XYZ | 14.38 | 26.29 | 6.24 | - |
| YUV | 113.6 | 85.89 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 39 | 0.70 | 0 | 0.76 | 0.37 | 115.08 | 0.61 | 0.39 |
| Hex | 31 | A1 | 27 | 46 | 0 | 4C | 25 | 73 | 3D | 27 |
| Octal | 61 | 241 | 47 | 106 | 0 | 114 | 45 | 163 | 75 | 47 |
| Binary | 110001 | 10100001 | 100111 | 1000110 | 0 | 1001100 | 100101 | 1110011 | 111101 | 100111 |
Color Harmonies of #31A127
Complementary color
Monochromatic Colors of #31A127
Black with #31A127
Text Example
Text Example
White with #31A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A127; }
p { color: rgb(49,161,39); }
H1.HeaderClassName
{
color: #31A127;
}
.AnyTagClassName
{
color: #31A127;
}
</style>
background-color css
<style>
a { background-color: #31A127; }
a { background-color: rgb(49,161,39); }
div.DivClassName
{
background-color: #31A127;
}
.BgClassName
{
background-color: #31A127;
}
</style>
border-color css
<style>
span { border-color: #31A127; }
span { border-color: rgb(49,161,39); }
td.TdClassName
{
border-color: #31A127;
}
.TagClassName
{
border-color: #31A127;
}
</style>