Shades of Forest Green #31A826
Tints of Forest Green #31A826
RGB
CMYK
RGB Variations
Color information
#31A826 (or 0x31A826) is known color: Forest Green. HEX triplet: 31, A8 and 26. RGB value is (49,168,38). Sum of RGB (Red+Green+Blue) = 49+168+38=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 168 (66.02% from 255 or 65.88% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 168 - color contains mainly: green. Hex color #31A826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A826 is #CE57D9. Grayscale: #767676. Windows color (decimal): -13522906 or 2533425. OLE color: 2533425.
HSL color Cylindrical-coordinate representation of color #31A826: hue angle of 114.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A826 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 38 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.34 |
| HSL | 114.92º | 0.63% | 0.4% | - |
| HSV(B) | 114.92º | 0.77% | 0.66% | - |
| XYZ | 15.62 | 28.8 | 6.57 | - |
| YUV | 117.6 | 83.08 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 38 | 0.71 | 0 | 0.77 | 0.34 | 114.92 | 0.63 | 0.4 |
| Hex | 31 | A8 | 26 | 47 | 0 | 4D | 22 | 73 | 3F | 28 |
| Octal | 61 | 250 | 46 | 107 | 0 | 115 | 42 | 163 | 77 | 50 |
| Binary | 110001 | 10101000 | 100110 | 1000111 | 0 | 1001101 | 100010 | 1110011 | 111111 | 101000 |
Color Harmonies of #31A826
Complementary color
Monochromatic Colors of #31A826
Black with #31A826
Text Example
Text Example
White with #31A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A826; }
p { color: rgb(49,168,38); }
H1.HeaderClassName
{
color: #31A826;
}
.AnyTagClassName
{
color: #31A826;
}
</style>
background-color css
<style>
a { background-color: #31A826; }
a { background-color: rgb(49,168,38); }
div.DivClassName
{
background-color: #31A826;
}
.BgClassName
{
background-color: #31A826;
}
</style>
border-color css
<style>
span { border-color: #31A826; }
span { border-color: rgb(49,168,38); }
td.TdClassName
{
border-color: #31A826;
}
.TagClassName
{
border-color: #31A826;
}
</style>