Shades of Forest Green #349D31
Tints of Forest Green #349D31
RGB
CMYK
RGB Variations
Color information
#349D31 (or 0x349D31) is known color: Forest Green. HEX triplet: 34, 9D and 31. RGB value is (52,157,49). Sum of RGB (Red+Green+Blue) = 52+157+49=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #349D31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D31 is #CB62CE. Grayscale: #717171. Windows color (decimal): -13329103 or 3251508. OLE color: 3251508.
HSL color Cylindrical-coordinate representation of color #349D31: hue angle of 118.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349D31 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 49 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.38 |
| HSL | 118.33º | 0.52% | 0.4% | - |
| HSV(B) | 118.33º | 0.69% | 0.62% | - |
| XYZ | 14.03 | 25.07 | 7 | - |
| YUV | 113.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 49 | 0.67 | 0 | 0.69 | 0.38 | 118.33 | 0.52 | 0.4 |
| Hex | 34 | 9D | 31 | 43 | 0 | 45 | 26 | 76 | 34 | 28 |
| Octal | 64 | 235 | 61 | 103 | 0 | 105 | 46 | 166 | 64 | 50 |
| Binary | 110100 | 10011101 | 110001 | 1000011 | 0 | 1000101 | 100110 | 1110110 | 110100 | 101000 |
Color Harmonies of #349D31
Complementary color
Monochromatic Colors of #349D31
Black with #349D31
Text Example
Text Example
White with #349D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D31; }
p { color: rgb(52,157,49); }
H1.HeaderClassName
{
color: #349D31;
}
.AnyTagClassName
{
color: #349D31;
}
</style>
background-color css
<style>
a { background-color: #349D31; }
a { background-color: rgb(52,157,49); }
div.DivClassName
{
background-color: #349D31;
}
.BgClassName
{
background-color: #349D31;
}
</style>
border-color css
<style>
span { border-color: #349D31; }
span { border-color: rgb(52,157,49); }
td.TdClassName
{
border-color: #349D31;
}
.TagClassName
{
border-color: #349D31;
}
</style>