Shades of Forest Green #31A015
Tints of Forest Green #31A015
RGB
CMYK
RGB Variations
Color information
#31A015 (or 0x31A015) is known color: Forest Green. HEX triplet: 31, A0 and 15. RGB value is (49,160,21). Sum of RGB (Red+Green+Blue) = 49+160+21=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #31A015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A015 is #CE5FEA. Grayscale: #6F6F6F. Windows color (decimal): -13524971 or 1417265. OLE color: 1417265.
HSL color Cylindrical-coordinate representation of color #31A015: hue angle of 107.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31A015 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 21 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.37 |
| HSL | 107.91º | 0.77% | 0.35% | - |
| HSV(B) | 107.91º | 0.87% | 0.63% | - |
| XYZ | 13.97 | 25.85 | 4.96 | - |
| YUV | 110.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 21 | 0.69 | 0 | 0.87 | 0.37 | 107.91 | 0.77 | 0.35 |
| Hex | 31 | A0 | 15 | 45 | 0 | 57 | 25 | 6C | 4D | 23 |
| Octal | 61 | 240 | 25 | 105 | 0 | 127 | 45 | 154 | 115 | 43 |
| Binary | 110001 | 10100000 | 10101 | 1000101 | 0 | 1010111 | 100101 | 1101100 | 1001101 | 100011 |
Color Harmonies of #31A015
Complementary color
Monochromatic Colors of #31A015
Black with #31A015
Text Example
Text Example
White with #31A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A015; }
p { color: rgb(49,160,21); }
H1.HeaderClassName
{
color: #31A015;
}
.AnyTagClassName
{
color: #31A015;
}
</style>
background-color css
<style>
a { background-color: #31A015; }
a { background-color: rgb(49,160,21); }
div.DivClassName
{
background-color: #31A015;
}
.BgClassName
{
background-color: #31A015;
}
</style>
border-color css
<style>
span { border-color: #31A015; }
span { border-color: rgb(49,160,21); }
td.TdClassName
{
border-color: #31A015;
}
.TagClassName
{
border-color: #31A015;
}
</style>