Shades of Forest Green #31AB25
Tints of Forest Green #31AB25
RGB
CMYK
RGB Variations
Color information
#31AB25 (or 0x31AB25) is known color: Forest Green. HEX triplet: 31, AB and 25. RGB value is (49,171,37). Sum of RGB (Red+Green+Blue) = 49+171+37=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 171 (67.19% from 255 or 66.54% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB25 is #CE54DA. Grayscale: #777777. Windows color (decimal): -13522139 or 2468657. OLE color: 2468657.
HSL color Cylindrical-coordinate representation of color #31AB25: hue angle of 114.63º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AB25 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 37 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.33 |
| HSL | 114.63º | 0.64% | 0.41% | - |
| HSV(B) | 114.63º | 0.78% | 0.67% | - |
| XYZ | 16.16 | 29.91 | 6.67 | - |
| YUV | 119.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 37 | 0.71 | 0 | 0.78 | 0.33 | 114.63 | 0.64 | 0.41 |
| Hex | 31 | AB | 25 | 47 | 0 | 4E | 21 | 73 | 40 | 29 |
| Octal | 61 | 253 | 45 | 107 | 0 | 116 | 41 | 163 | 100 | 51 |
| Binary | 110001 | 10101011 | 100101 | 1000111 | 0 | 1001110 | 100001 | 1110011 | 1000000 | 101001 |
Color Harmonies of #31AB25
Complementary color
Monochromatic Colors of #31AB25
Black with #31AB25
Text Example
Text Example
White with #31AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB25; }
p { color: rgb(49,171,37); }
H1.HeaderClassName
{
color: #31AB25;
}
.AnyTagClassName
{
color: #31AB25;
}
</style>
background-color css
<style>
a { background-color: #31AB25; }
a { background-color: rgb(49,171,37); }
div.DivClassName
{
background-color: #31AB25;
}
.BgClassName
{
background-color: #31AB25;
}
</style>
border-color css
<style>
span { border-color: #31AB25; }
span { border-color: rgb(49,171,37); }
td.TdClassName
{
border-color: #31AB25;
}
.TagClassName
{
border-color: #31AB25;
}
</style>