Shades of Forest Green #31A334
Tints of Forest Green #31A334
RGB
CMYK
RGB Variations
Color information
#31A334 (or 0x31A334) is known color: Forest Green. HEX triplet: 31, A3 and 34. RGB value is (49,163,52). Sum of RGB (Red+Green+Blue) = 49+163+52=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #31A334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A334 is #CE5CCB. Grayscale: #747474. Windows color (decimal): -13524172 or 3449649. OLE color: 3449649.
HSL color Cylindrical-coordinate representation of color #31A334: hue angle of 121.58º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A334 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 163 | 52 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.36 |
| HSL | 121.58º | 0.54% | 0.42% | - |
| HSV(B) | 121.58º | 0.7% | 0.64% | - |
| XYZ | 14.98 | 27.1 | 7.69 | - |
| YUV | 116.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 52 | 0.70 | 0 | 0.68 | 0.36 | 121.58 | 0.54 | 0.42 |
| Hex | 31 | A3 | 34 | 46 | 0 | 44 | 24 | 7A | 36 | 2A |
| Octal | 61 | 243 | 64 | 106 | 0 | 104 | 44 | 172 | 66 | 52 |
| Binary | 110001 | 10100011 | 110100 | 1000110 | 0 | 1000100 | 100100 | 1111010 | 110110 | 101010 |
Color Harmonies of #31A334
Complementary color
Monochromatic Colors of #31A334
Black with #31A334
Text Example
Text Example
White with #31A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A334; }
p { color: rgb(49,163,52); }
H1.HeaderClassName
{
color: #31A334;
}
.AnyTagClassName
{
color: #31A334;
}
</style>
background-color css
<style>
a { background-color: #31A334; }
a { background-color: rgb(49,163,52); }
div.DivClassName
{
background-color: #31A334;
}
.BgClassName
{
background-color: #31A334;
}
</style>
border-color css
<style>
span { border-color: #31A334; }
span { border-color: rgb(49,163,52); }
td.TdClassName
{
border-color: #31A334;
}
.TagClassName
{
border-color: #31A334;
}
</style>