Shades of Forest Green #31A82B
Tints of Forest Green #31A82B
RGB
CMYK
RGB Variations
Color information
#31A82B (or 0x31A82B) is known color: Forest Green. HEX triplet: 31, A8 and 2B. RGB value is (49,168,43). Sum of RGB (Red+Green+Blue) = 49+168+43=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 168 (66.02% from 255 or 64.62% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 168 - color contains mainly: green. Hex color #31A82B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A82B is #CE57D4. Grayscale: #767676. Windows color (decimal): -13522901 or 2861105. OLE color: 2861105.
HSL color Cylindrical-coordinate representation of color #31A82B: hue angle of 117.12º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A82B is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 43 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.34 |
| HSL | 117.12º | 0.59% | 0.41% | - |
| HSV(B) | 117.12º | 0.74% | 0.66% | - |
| XYZ | 15.71 | 28.83 | 7.02 | - |
| YUV | 118.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 43 | 0.71 | 0 | 0.74 | 0.34 | 117.12 | 0.59 | 0.41 |
| Hex | 31 | A8 | 2B | 47 | 0 | 4A | 22 | 75 | 3B | 29 |
| Octal | 61 | 250 | 53 | 107 | 0 | 112 | 42 | 165 | 73 | 51 |
| Binary | 110001 | 10101000 | 101011 | 1000111 | 0 | 1001010 | 100010 | 1110101 | 111011 | 101001 |
Color Harmonies of #31A82B
Complementary color
Monochromatic Colors of #31A82B
Black with #31A82B
Text Example
Text Example
White with #31A82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A82B; }
p { color: rgb(49,168,43); }
H1.HeaderClassName
{
color: #31A82B;
}
.AnyTagClassName
{
color: #31A82B;
}
</style>
background-color css
<style>
a { background-color: #31A82B; }
a { background-color: rgb(49,168,43); }
div.DivClassName
{
background-color: #31A82B;
}
.BgClassName
{
background-color: #31A82B;
}
</style>
border-color css
<style>
span { border-color: #31A82B; }
span { border-color: rgb(49,168,43); }
td.TdClassName
{
border-color: #31A82B;
}
.TagClassName
{
border-color: #31A82B;
}
</style>