Shades of Forest Green #318D20
Tints of Forest Green #318D20
RGB
CMYK
RGB Variations
Color information
#318D20 (or 0x318D20) is known color: Forest Green. HEX triplet: 31, 8D and 20. RGB value is (49,141,32). Sum of RGB (Red+Green+Blue) = 49+141+32=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #318D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D20 is #CE72DF. Grayscale: #656565. Windows color (decimal): -13529824 or 2133297. OLE color: 2133297.
HSL color Cylindrical-coordinate representation of color #318D20: hue angle of 110.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #318D20 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 141 | 32 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.45 |
| HSL | 110.64º | 0.63% | 0.34% | - |
| HSV(B) | 110.64º | 0.77% | 0.55% | - |
| XYZ | 11.05 | 19.81 | 4.61 | - |
| YUV | 101.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 32 | 0.65 | 0 | 0.77 | 0.45 | 110.64 | 0.63 | 0.34 |
| Hex | 31 | 8D | 20 | 41 | 0 | 4D | 2D | 6F | 3F | 22 |
| Octal | 61 | 215 | 40 | 101 | 0 | 115 | 55 | 157 | 77 | 42 |
| Binary | 110001 | 10001101 | 100000 | 1000001 | 0 | 1001101 | 101101 | 1101111 | 111111 | 100010 |
Color Harmonies of #318D20
Complementary color
Monochromatic Colors of #318D20
Black with #318D20
Text Example
Text Example
White with #318D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318D20; }
p { color: rgb(49,141,32); }
H1.HeaderClassName
{
color: #318D20;
}
.AnyTagClassName
{
color: #318D20;
}
</style>
background-color css
<style>
a { background-color: #318D20; }
a { background-color: rgb(49,141,32); }
div.DivClassName
{
background-color: #318D20;
}
.BgClassName
{
background-color: #318D20;
}
</style>
border-color css
<style>
span { border-color: #318D20; }
span { border-color: rgb(49,141,32); }
td.TdClassName
{
border-color: #318D20;
}
.TagClassName
{
border-color: #318D20;
}
</style>