Shades of Forest Green #349131
Tints of Forest Green #349131
RGB
CMYK
RGB Variations
Color information
#349131 (or 0x349131) is known color: Forest Green. HEX triplet: 34, 91 and 31. RGB value is (52,145,49). Sum of RGB (Red+Green+Blue) = 52+145+49=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #349131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349131 is #CB6ECE. Grayscale: #6A6A6A. Windows color (decimal): -13332175 or 3248436. OLE color: 3248436.
HSL color Cylindrical-coordinate representation of color #349131: hue angle of 118.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349131 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 49 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.43 |
| HSL | 118.13º | 0.49% | 0.38% | - |
| HSV(B) | 118.13º | 0.66% | 0.57% | - |
| XYZ | 12.1 | 21.2 | 6.36 | - |
| YUV | 106.25 | 95.69 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 49 | 0.64 | 0 | 0.66 | 0.43 | 118.13 | 0.49 | 0.38 |
| Hex | 34 | 91 | 31 | 40 | 0 | 42 | 2B | 76 | 31 | 26 |
| Octal | 64 | 221 | 61 | 100 | 0 | 102 | 53 | 166 | 61 | 46 |
| Binary | 110100 | 10010001 | 110001 | 1000000 | 0 | 1000010 | 101011 | 1110110 | 110001 | 100110 |
Color Harmonies of #349131
Complementary color
Monochromatic Colors of #349131
Black with #349131
Text Example
Text Example
White with #349131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349131; }
p { color: rgb(52,145,49); }
H1.HeaderClassName
{
color: #349131;
}
.AnyTagClassName
{
color: #349131;
}
</style>
background-color css
<style>
a { background-color: #349131; }
a { background-color: rgb(52,145,49); }
div.DivClassName
{
background-color: #349131;
}
.BgClassName
{
background-color: #349131;
}
</style>
border-color css
<style>
span { border-color: #349131; }
span { border-color: rgb(52,145,49); }
td.TdClassName
{
border-color: #349131;
}
.TagClassName
{
border-color: #349131;
}
</style>