Shades of Forest Green #31A133
Tints of Forest Green #31A133
RGB
CMYK
RGB Variations
Color information
#31A133 (or 0x31A133) is known color: Forest Green. HEX triplet: 31, A1 and 33. RGB value is (49,161,51). Sum of RGB (Red+Green+Blue) = 49+161+51=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 161 (63.28% from 255 or 61.69% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 161 - color contains mainly: green. Hex color #31A133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A133 is #CE5ECC. Grayscale: #737373. Windows color (decimal): -13524685 or 3383601. OLE color: 3383601.
HSL color Cylindrical-coordinate representation of color #31A133: hue angle of 121.07º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A133 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 51 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.37 |
| HSL | 121.07º | 0.53% | 0.41% | - |
| HSV(B) | 121.07º | 0.7% | 0.63% | - |
| XYZ | 14.61 | 26.38 | 7.45 | - |
| YUV | 114.97 | 91.89 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 51 | 0.70 | 0 | 0.68 | 0.37 | 121.07 | 0.53 | 0.41 |
| Hex | 31 | A1 | 33 | 46 | 0 | 44 | 25 | 79 | 35 | 29 |
| Octal | 61 | 241 | 63 | 106 | 0 | 104 | 45 | 171 | 65 | 51 |
| Binary | 110001 | 10100001 | 110011 | 1000110 | 0 | 1000100 | 100101 | 1111001 | 110101 | 101001 |
Color Harmonies of #31A133
Complementary color
Monochromatic Colors of #31A133
Black with #31A133
Text Example
Text Example
White with #31A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A133; }
p { color: rgb(49,161,51); }
H1.HeaderClassName
{
color: #31A133;
}
.AnyTagClassName
{
color: #31A133;
}
</style>
background-color css
<style>
a { background-color: #31A133; }
a { background-color: rgb(49,161,51); }
div.DivClassName
{
background-color: #31A133;
}
.BgClassName
{
background-color: #31A133;
}
</style>
border-color css
<style>
span { border-color: #31A133; }
span { border-color: rgb(49,161,51); }
td.TdClassName
{
border-color: #31A133;
}
.TagClassName
{
border-color: #31A133;
}
</style>