Shades of Forest Green #31A02E
Tints of Forest Green #31A02E
RGB
CMYK
RGB Variations
Color information
#31A02E (or 0x31A02E) is known color: Forest Green. HEX triplet: 31, A0 and 2E. RGB value is (49,160,46). Sum of RGB (Red+Green+Blue) = 49+160+46=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #31A02E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A02E is #CE5FD1. Grayscale: #727272. Windows color (decimal): -13524946 or 3055665. OLE color: 3055665.
HSL color Cylindrical-coordinate representation of color #31A02E: hue angle of 118.42º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A02E is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 46 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.37 |
| HSL | 118.42º | 0.55% | 0.4% | - |
| HSV(B) | 118.42º | 0.71% | 0.63% | - |
| XYZ | 14.33 | 25.99 | 6.85 | - |
| YUV | 113.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 46 | 0.69 | 0 | 0.71 | 0.37 | 118.42 | 0.55 | 0.4 |
| Hex | 31 | A0 | 2E | 45 | 0 | 47 | 25 | 76 | 37 | 28 |
| Octal | 61 | 240 | 56 | 105 | 0 | 107 | 45 | 166 | 67 | 50 |
| Binary | 110001 | 10100000 | 101110 | 1000101 | 0 | 1000111 | 100101 | 1110110 | 110111 | 101000 |
Color Harmonies of #31A02E
Complementary color
Monochromatic Colors of #31A02E
Black with #31A02E
Text Example
Text Example
White with #31A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A02E; }
p { color: rgb(49,160,46); }
H1.HeaderClassName
{
color: #31A02E;
}
.AnyTagClassName
{
color: #31A02E;
}
</style>
background-color css
<style>
a { background-color: #31A02E; }
a { background-color: rgb(49,160,46); }
div.DivClassName
{
background-color: #31A02E;
}
.BgClassName
{
background-color: #31A02E;
}
</style>
border-color css
<style>
span { border-color: #31A02E; }
span { border-color: rgb(49,160,46); }
td.TdClassName
{
border-color: #31A02E;
}
.TagClassName
{
border-color: #31A02E;
}
</style>