Shades of Forest Green #31A524
Tints of Forest Green #31A524
RGB
CMYK
RGB Variations
Color information
#31A524 (or 0x31A524) is known color: Forest Green. HEX triplet: 31, A5 and 24. RGB value is (49,165,36). Sum of RGB (Red+Green+Blue) = 49+165+36=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #31A524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A524 is #CE5ADB. Grayscale: #747474. Windows color (decimal): -13523676 or 2401585. OLE color: 2401585.
HSL color Cylindrical-coordinate representation of color #31A524: hue angle of 113.95º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31A524 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 36 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.35 |
| HSL | 113.95º | 0.64% | 0.39% | - |
| HSV(B) | 113.95º | 0.78% | 0.65% | - |
| XYZ | 15.04 | 27.69 | 6.22 | - |
| YUV | 115.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 36 | 0.70 | 0 | 0.78 | 0.35 | 113.95 | 0.64 | 0.39 |
| Hex | 31 | A5 | 24 | 46 | 0 | 4E | 23 | 72 | 40 | 27 |
| Octal | 61 | 245 | 44 | 106 | 0 | 116 | 43 | 162 | 100 | 47 |
| Binary | 110001 | 10100101 | 100100 | 1000110 | 0 | 1001110 | 100011 | 1110010 | 1000000 | 100111 |
Color Harmonies of #31A524
Complementary color
Monochromatic Colors of #31A524
Black with #31A524
Text Example
Text Example
White with #31A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A524; }
p { color: rgb(49,165,36); }
H1.HeaderClassName
{
color: #31A524;
}
.AnyTagClassName
{
color: #31A524;
}
</style>
background-color css
<style>
a { background-color: #31A524; }
a { background-color: rgb(49,165,36); }
div.DivClassName
{
background-color: #31A524;
}
.BgClassName
{
background-color: #31A524;
}
</style>
border-color css
<style>
span { border-color: #31A524; }
span { border-color: rgb(49,165,36); }
td.TdClassName
{
border-color: #31A524;
}
.TagClassName
{
border-color: #31A524;
}
</style>