Shades of Forest Green #31A632
Tints of Forest Green #31A632
RGB
CMYK
RGB Variations
Color information
#31A632 (or 0x31A632) is known color: Forest Green. HEX triplet: 31, A6 and 32. RGB value is (49,166,50). Sum of RGB (Red+Green+Blue) = 49+166+50=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 166 (65.23% from 255 or 62.64% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 166 - color contains mainly: green. Hex color #31A632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A632 is #CE59CD. Grayscale: #767676. Windows color (decimal): -13523406 or 3319345. OLE color: 3319345.
HSL color Cylindrical-coordinate representation of color #31A632: hue angle of 120.51º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A632 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 166 | 50 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.35 |
| HSL | 120.51º | 0.54% | 0.42% | - |
| HSV(B) | 120.51º | 0.7% | 0.65% | - |
| XYZ | 15.48 | 28.16 | 7.64 | - |
| YUV | 117.79 | 89.74 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 50 | 0.70 | 0 | 0.70 | 0.35 | 120.51 | 0.54 | 0.42 |
| Hex | 31 | A6 | 32 | 46 | 0 | 46 | 23 | 79 | 36 | 2A |
| Octal | 61 | 246 | 62 | 106 | 0 | 106 | 43 | 171 | 66 | 52 |
| Binary | 110001 | 10100110 | 110010 | 1000110 | 0 | 1000110 | 100011 | 1111001 | 110110 | 101010 |
Color Harmonies of #31A632
Complementary color
Monochromatic Colors of #31A632
Black with #31A632
Text Example
Text Example
White with #31A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A632; }
p { color: rgb(49,166,50); }
H1.HeaderClassName
{
color: #31A632;
}
.AnyTagClassName
{
color: #31A632;
}
</style>
background-color css
<style>
a { background-color: #31A632; }
a { background-color: rgb(49,166,50); }
div.DivClassName
{
background-color: #31A632;
}
.BgClassName
{
background-color: #31A632;
}
</style>
border-color css
<style>
span { border-color: #31A632; }
span { border-color: rgb(49,166,50); }
td.TdClassName
{
border-color: #31A632;
}
.TagClassName
{
border-color: #31A632;
}
</style>