Shades of Forest Green #349F37
Tints of Forest Green #349F37
RGB
CMYK
RGB Variations
Color information
#349F37 (or 0x349F37) is known color: Forest Green. HEX triplet: 34, 9F and 37. RGB value is (52,159,55). Sum of RGB (Red+Green+Blue) = 52+159+55=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #349F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F37 is #CB60C8. Grayscale: #737373. Windows color (decimal): -13328585 or 3645236. OLE color: 3645236.
HSL color Cylindrical-coordinate representation of color #349F37: hue angle of 121.68º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F37 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 55 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.38 |
| HSL | 121.68º | 0.51% | 0.41% | - |
| HSV(B) | 121.68º | 0.67% | 0.62% | - |
| XYZ | 14.5 | 25.8 | 7.83 | - |
| YUV | 115.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 55 | 0.67 | 0 | 0.65 | 0.38 | 121.68 | 0.51 | 0.41 |
| Hex | 34 | 9F | 37 | 43 | 0 | 41 | 26 | 7A | 33 | 29 |
| Octal | 64 | 237 | 67 | 103 | 0 | 101 | 46 | 172 | 63 | 51 |
| Binary | 110100 | 10011111 | 110111 | 1000011 | 0 | 1000001 | 100110 | 1111010 | 110011 | 101001 |
Color Harmonies of #349F37
Complementary color
Monochromatic Colors of #349F37
Black with #349F37
Text Example
Text Example
White with #349F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F37; }
p { color: rgb(52,159,55); }
H1.HeaderClassName
{
color: #349F37;
}
.AnyTagClassName
{
color: #349F37;
}
</style>
background-color css
<style>
a { background-color: #349F37; }
a { background-color: rgb(52,159,55); }
div.DivClassName
{
background-color: #349F37;
}
.BgClassName
{
background-color: #349F37;
}
</style>
border-color css
<style>
span { border-color: #349F37; }
span { border-color: rgb(52,159,55); }
td.TdClassName
{
border-color: #349F37;
}
.TagClassName
{
border-color: #349F37;
}
</style>