Shades of Forest Green #31A22C
Tints of Forest Green #31A22C
RGB
CMYK
RGB Variations
Color information
#31A22C (or 0x31A22C) is known color: Forest Green. HEX triplet: 31, A2 and 2C. RGB value is (49,162,44). Sum of RGB (Red+Green+Blue) = 49+162+44=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #31A22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A22C is #CE5DD3. Grayscale: #737373. Windows color (decimal): -13524436 or 2925105. OLE color: 2925105.
HSL color Cylindrical-coordinate representation of color #31A22C: hue angle of 117.46º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31A22C is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 162 | 44 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.36 |
| HSL | 117.46º | 0.57% | 0.4% | - |
| HSV(B) | 117.46º | 0.73% | 0.64% | - |
| XYZ | 14.64 | 26.68 | 6.76 | - |
| YUV | 114.76 | 88.06 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 44 | 0.70 | 0 | 0.73 | 0.36 | 117.46 | 0.57 | 0.4 |
| Hex | 31 | A2 | 2C | 46 | 0 | 49 | 24 | 75 | 39 | 28 |
| Octal | 61 | 242 | 54 | 106 | 0 | 111 | 44 | 165 | 71 | 50 |
| Binary | 110001 | 10100010 | 101100 | 1000110 | 0 | 1001001 | 100100 | 1110101 | 111001 | 101000 |
Color Harmonies of #31A22C
Complementary color
Monochromatic Colors of #31A22C
Black with #31A22C
Text Example
Text Example
White with #31A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A22C; }
p { color: rgb(49,162,44); }
H1.HeaderClassName
{
color: #31A22C;
}
.AnyTagClassName
{
color: #31A22C;
}
</style>
background-color css
<style>
a { background-color: #31A22C; }
a { background-color: rgb(49,162,44); }
div.DivClassName
{
background-color: #31A22C;
}
.BgClassName
{
background-color: #31A22C;
}
</style>
border-color css
<style>
span { border-color: #31A22C; }
span { border-color: rgb(49,162,44); }
td.TdClassName
{
border-color: #31A22C;
}
.TagClassName
{
border-color: #31A22C;
}
</style>