Shades of Forest Green #319223
Tints of Forest Green #319223
RGB
CMYK
RGB Variations
Color information
#319223 (or 0x319223) is known color: Forest Green. HEX triplet: 31, 92 and 23. RGB value is (49,146,35). Sum of RGB (Red+Green+Blue) = 49+146+35=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #319223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319223 is #CE6DDC. Grayscale: #686868. Windows color (decimal): -13528541 or 2331185. OLE color: 2331185.
HSL color Cylindrical-coordinate representation of color #319223: hue angle of 112.43º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319223 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 35 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.43 |
| HSL | 112.43º | 0.61% | 0.35% | - |
| HSV(B) | 112.43º | 0.76% | 0.57% | - |
| XYZ | 11.85 | 21.33 | 5.08 | - |
| YUV | 104.34 | 88.86 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 35 | 0.66 | 0 | 0.76 | 0.43 | 112.43 | 0.61 | 0.35 |
| Hex | 31 | 92 | 23 | 42 | 0 | 4C | 2B | 70 | 3D | 23 |
| Octal | 61 | 222 | 43 | 102 | 0 | 114 | 53 | 160 | 75 | 43 |
| Binary | 110001 | 10010010 | 100011 | 1000010 | 0 | 1001100 | 101011 | 1110000 | 111101 | 100011 |
Color Harmonies of #319223
Complementary color
Monochromatic Colors of #319223
Black with #319223
Text Example
Text Example
White with #319223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319223; }
p { color: rgb(49,146,35); }
H1.HeaderClassName
{
color: #319223;
}
.AnyTagClassName
{
color: #319223;
}
</style>
background-color css
<style>
a { background-color: #319223; }
a { background-color: rgb(49,146,35); }
div.DivClassName
{
background-color: #319223;
}
.BgClassName
{
background-color: #319223;
}
</style>
border-color css
<style>
span { border-color: #319223; }
span { border-color: rgb(49,146,35); }
td.TdClassName
{
border-color: #319223;
}
.TagClassName
{
border-color: #319223;
}
</style>