Shades of Forest Green #31A622
Tints of Forest Green #31A622
RGB
CMYK
RGB Variations
Color information
#31A622 (or 0x31A622) is known color: Forest Green. HEX triplet: 31, A6 and 22. RGB value is (49,166,34). Sum of RGB (Red+Green+Blue) = 49+166+34=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 166 (65.23% from 255 or 66.67% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 166 - color contains mainly: green. Hex color #31A622 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A622 is #CE59DD. Grayscale: #747474. Windows color (decimal): -13523422 or 2270769. OLE color: 2270769.
HSL color Cylindrical-coordinate representation of color #31A622: hue angle of 113.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A622 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 166 | 34 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.35 |
| HSL | 113.18º | 0.66% | 0.39% | - |
| HSV(B) | 113.18º | 0.8% | 0.65% | - |
| XYZ | 15.19 | 28.04 | 6.13 | - |
| YUV | 115.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 34 | 0.70 | 0 | 0.80 | 0.35 | 113.18 | 0.66 | 0.39 |
| Hex | 31 | A6 | 22 | 46 | 0 | 50 | 23 | 71 | 42 | 27 |
| Octal | 61 | 246 | 42 | 106 | 0 | 120 | 43 | 161 | 102 | 47 |
| Binary | 110001 | 10100110 | 100010 | 1000110 | 0 | 1010000 | 100011 | 1110001 | 1000010 | 100111 |
Color Harmonies of #31A622
Complementary color
Monochromatic Colors of #31A622
Black with #31A622
Text Example
Text Example
White with #31A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A622; }
p { color: rgb(49,166,34); }
H1.HeaderClassName
{
color: #31A622;
}
.AnyTagClassName
{
color: #31A622;
}
</style>
background-color css
<style>
a { background-color: #31A622; }
a { background-color: rgb(49,166,34); }
div.DivClassName
{
background-color: #31A622;
}
.BgClassName
{
background-color: #31A622;
}
</style>
border-color css
<style>
span { border-color: #31A622; }
span { border-color: rgb(49,166,34); }
td.TdClassName
{
border-color: #31A622;
}
.TagClassName
{
border-color: #31A622;
}
</style>