Shades of Forest Green #349D34
Tints of Forest Green #349D34
RGB
CMYK
RGB Variations
Color information
#349D34 (or 0x349D34) is known color: Forest Green. HEX triplet: 34, 9D and 34. RGB value is (52,157,52). Sum of RGB (Red+Green+Blue) = 52+157+52=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #349D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D34 is #CB62CB. Grayscale: #717171. Windows color (decimal): -13329100 or 3448116. OLE color: 3448116.
HSL color Cylindrical-coordinate representation of color #349D34: hue angle of 120º degrees, saturation: 0.5, 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 #349D34 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 52 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.38 |
| HSL | 120º | 0.5% | 0.41% | - |
| HSV(B) | 120º | 0.67% | 0.62% | - |
| XYZ | 14.09 | 25.09 | 7.35 | - |
| YUV | 113.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 52 | 0.67 | 0 | 0.67 | 0.38 | 120 | 0.5 | 0.41 |
| Hex | 34 | 9D | 34 | 43 | 0 | 43 | 26 | 78 | 32 | 29 |
| Octal | 64 | 235 | 64 | 103 | 0 | 103 | 46 | 170 | 62 | 51 |
| Binary | 110100 | 10011101 | 110100 | 1000011 | 0 | 1000011 | 100110 | 1111000 | 110010 | 101001 |
Color Harmonies of #349D34
Complementary color
Monochromatic Colors of #349D34
Black with #349D34
Text Example
Text Example
White with #349D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D34; }
p { color: rgb(52,157,52); }
H1.HeaderClassName
{
color: #349D34;
}
.AnyTagClassName
{
color: #349D34;
}
</style>
background-color css
<style>
a { background-color: #349D34; }
a { background-color: rgb(52,157,52); }
div.DivClassName
{
background-color: #349D34;
}
.BgClassName
{
background-color: #349D34;
}
</style>
border-color css
<style>
span { border-color: #349D34; }
span { border-color: rgb(52,157,52); }
td.TdClassName
{
border-color: #349D34;
}
.TagClassName
{
border-color: #349D34;
}
</style>