Shades of Forest Green #31A735
Tints of Forest Green #31A735
RGB
CMYK
RGB Variations
Color information
#31A735 (or 0x31A735) is known color: Forest Green. HEX triplet: 31, A7 and 35. RGB value is (49,167,53). Sum of RGB (Red+Green+Blue) = 49+167+53=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 167 (65.62% from 255 or 62.08% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 167 - color contains mainly: green. Hex color #31A735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A735 is #CE58CA. Grayscale: #777777. Windows color (decimal): -13523147 or 3516209. OLE color: 3516209.
HSL color Cylindrical-coordinate representation of color #31A735: hue angle of 122.03º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A735 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 167 | 53 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.35 |
| HSL | 122.03º | 0.55% | 0.42% | - |
| HSV(B) | 122.03º | 0.71% | 0.65% | - |
| XYZ | 15.73 | 28.55 | 8.05 | - |
| YUV | 118.72 | 90.91 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 53 | 0.71 | 0 | 0.68 | 0.35 | 122.03 | 0.55 | 0.42 |
| Hex | 31 | A7 | 35 | 47 | 0 | 44 | 23 | 7A | 37 | 2A |
| Octal | 61 | 247 | 65 | 107 | 0 | 104 | 43 | 172 | 67 | 52 |
| Binary | 110001 | 10100111 | 110101 | 1000111 | 0 | 1000100 | 100011 | 1111010 | 110111 | 101010 |
Color Harmonies of #31A735
Complementary color
Monochromatic Colors of #31A735
Black with #31A735
Text Example
Text Example
White with #31A735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A735; }
p { color: rgb(49,167,53); }
H1.HeaderClassName
{
color: #31A735;
}
.AnyTagClassName
{
color: #31A735;
}
</style>
background-color css
<style>
a { background-color: #31A735; }
a { background-color: rgb(49,167,53); }
div.DivClassName
{
background-color: #31A735;
}
.BgClassName
{
background-color: #31A735;
}
</style>
border-color css
<style>
span { border-color: #31A735; }
span { border-color: rgb(49,167,53); }
td.TdClassName
{
border-color: #31A735;
}
.TagClassName
{
border-color: #31A735;
}
</style>