Shades of Forest Green #319F32
Tints of Forest Green #319F32
RGB
CMYK
RGB Variations
Color information
#319F32 (or 0x319F32) is known color: Forest Green. HEX triplet: 31, 9F and 32. RGB value is (49,159,50). Sum of RGB (Red+Green+Blue) = 49+159+50=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #319F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F32 is #CE60CD. Grayscale: #727272. Windows color (decimal): -13525198 or 3317553. OLE color: 3317553.
HSL color Cylindrical-coordinate representation of color #319F32: hue angle of 120.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F32 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 50 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.38 |
| HSL | 120.55º | 0.53% | 0.41% | - |
| HSV(B) | 120.55º | 0.69% | 0.62% | - |
| XYZ | 14.24 | 25.68 | 7.22 | - |
| YUV | 113.68 | 92.06 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 50 | 0.69 | 0 | 0.69 | 0.38 | 120.55 | 0.53 | 0.41 |
| Hex | 31 | 9F | 32 | 45 | 0 | 45 | 26 | 79 | 35 | 29 |
| Octal | 61 | 237 | 62 | 105 | 0 | 105 | 46 | 171 | 65 | 51 |
| Binary | 110001 | 10011111 | 110010 | 1000101 | 0 | 1000101 | 100110 | 1111001 | 110101 | 101001 |
Color Harmonies of #319F32
Complementary color
Monochromatic Colors of #319F32
Black with #319F32
Text Example
Text Example
White with #319F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F32; }
p { color: rgb(49,159,50); }
H1.HeaderClassName
{
color: #319F32;
}
.AnyTagClassName
{
color: #319F32;
}
</style>
background-color css
<style>
a { background-color: #319F32; }
a { background-color: rgb(49,159,50); }
div.DivClassName
{
background-color: #319F32;
}
.BgClassName
{
background-color: #319F32;
}
</style>
border-color css
<style>
span { border-color: #319F32; }
span { border-color: rgb(49,159,50); }
td.TdClassName
{
border-color: #319F32;
}
.TagClassName
{
border-color: #319F32;
}
</style>