Shades of Forest Green #31A018
Tints of Forest Green #31A018
RGB
CMYK
RGB Variations
Color information
#31A018 (or 0x31A018) is known color: Forest Green. HEX triplet: 31, A0 and 18. RGB value is (49,160,24). Sum of RGB (Red+Green+Blue) = 49+160+24=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #31A018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A018 is #CE5FE7. Grayscale: #6F6F6F. Windows color (decimal): -13524968 or 1613873. OLE color: 1613873.
HSL color Cylindrical-coordinate representation of color #31A018: hue angle of 108.97º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31A018 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 24 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.37 |
| HSL | 108.97º | 0.74% | 0.36% | - |
| HSV(B) | 108.97º | 0.85% | 0.63% | - |
| XYZ | 14 | 25.86 | 5.12 | - |
| YUV | 111.31 | 78.73 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 24 | 0.69 | 0 | 0.85 | 0.37 | 108.97 | 0.74 | 0.36 |
| Hex | 31 | A0 | 18 | 45 | 0 | 55 | 25 | 6D | 4A | 24 |
| Octal | 61 | 240 | 30 | 105 | 0 | 125 | 45 | 155 | 112 | 44 |
| Binary | 110001 | 10100000 | 11000 | 1000101 | 0 | 1010101 | 100101 | 1101101 | 1001010 | 100100 |
Color Harmonies of #31A018
Complementary color
Monochromatic Colors of #31A018
Black with #31A018
Text Example
Text Example
White with #31A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A018; }
p { color: rgb(49,160,24); }
H1.HeaderClassName
{
color: #31A018;
}
.AnyTagClassName
{
color: #31A018;
}
</style>
background-color css
<style>
a { background-color: #31A018; }
a { background-color: rgb(49,160,24); }
div.DivClassName
{
background-color: #31A018;
}
.BgClassName
{
background-color: #31A018;
}
</style>
border-color css
<style>
span { border-color: #31A018; }
span { border-color: rgb(49,160,24); }
td.TdClassName
{
border-color: #31A018;
}
.TagClassName
{
border-color: #31A018;
}
</style>