Shades of Forest Green #319529
Tints of Forest Green #319529
RGB
CMYK
RGB Variations
Color information
#319529 (or 0x319529) is known color: Forest Green. HEX triplet: 31, 95 and 29. RGB value is (49,149,41). Sum of RGB (Red+Green+Blue) = 49+149+41=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #319529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319529 is #CE6AD6. Grayscale: #6B6B6B. Windows color (decimal): -13527767 or 2725169. OLE color: 2725169.
HSL color Cylindrical-coordinate representation of color #319529: hue angle of 115.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319529 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 41 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.42 |
| HSL | 115.56º | 0.57% | 0.37% | - |
| HSV(B) | 115.56º | 0.72% | 0.58% | - |
| XYZ | 12.41 | 22.31 | 5.75 | - |
| YUV | 106.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 41 | 0.67 | 0 | 0.72 | 0.42 | 115.56 | 0.57 | 0.37 |
| Hex | 31 | 95 | 29 | 43 | 0 | 48 | 2A | 74 | 39 | 25 |
| Octal | 61 | 225 | 51 | 103 | 0 | 110 | 52 | 164 | 71 | 45 |
| Binary | 110001 | 10010101 | 101001 | 1000011 | 0 | 1001000 | 101010 | 1110100 | 111001 | 100101 |
Color Harmonies of #319529
Complementary color
Monochromatic Colors of #319529
Black with #319529
Text Example
Text Example
White with #319529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319529; }
p { color: rgb(49,149,41); }
H1.HeaderClassName
{
color: #319529;
}
.AnyTagClassName
{
color: #319529;
}
</style>
background-color css
<style>
a { background-color: #319529; }
a { background-color: rgb(49,149,41); }
div.DivClassName
{
background-color: #319529;
}
.BgClassName
{
background-color: #319529;
}
</style>
border-color css
<style>
span { border-color: #319529; }
span { border-color: rgb(49,149,41); }
td.TdClassName
{
border-color: #319529;
}
.TagClassName
{
border-color: #319529;
}
</style>