Shades of Forest Green #349D2E
Tints of Forest Green #349D2E
RGB
CMYK
RGB Variations
Color information
#349D2E (or 0x349D2E) is known color: Forest Green. HEX triplet: 34, 9D and 2E. RGB value is (52,157,46). Sum of RGB (Red+Green+Blue) = 52+157+46=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 157 (61.72% from 255 or 61.57% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 157 - color contains mainly: green. Hex color #349D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D2E is #CB62D1. Grayscale: #717171. Windows color (decimal): -13329106 or 3054900. OLE color: 3054900.
HSL color Cylindrical-coordinate representation of color #349D2E: hue angle of 116.76º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #349D2E is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 46 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.38 |
| HSL | 116.76º | 0.55% | 0.4% | - |
| HSV(B) | 116.76º | 0.71% | 0.62% | - |
| XYZ | 13.97 | 25.04 | 6.68 | - |
| YUV | 112.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 46 | 0.67 | 0 | 0.71 | 0.38 | 116.76 | 0.55 | 0.4 |
| Hex | 34 | 9D | 2E | 43 | 0 | 47 | 26 | 75 | 37 | 28 |
| Octal | 64 | 235 | 56 | 103 | 0 | 107 | 46 | 165 | 67 | 50 |
| Binary | 110100 | 10011101 | 101110 | 1000011 | 0 | 1000111 | 100110 | 1110101 | 110111 | 101000 |
Color Harmonies of #349D2E
Complementary color
Monochromatic Colors of #349D2E
Black with #349D2E
Text Example
Text Example
White with #349D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D2E; }
p { color: rgb(52,157,46); }
H1.HeaderClassName
{
color: #349D2E;
}
.AnyTagClassName
{
color: #349D2E;
}
</style>
background-color css
<style>
a { background-color: #349D2E; }
a { background-color: rgb(52,157,46); }
div.DivClassName
{
background-color: #349D2E;
}
.BgClassName
{
background-color: #349D2E;
}
</style>
border-color css
<style>
span { border-color: #349D2E; }
span { border-color: rgb(52,157,46); }
td.TdClassName
{
border-color: #349D2E;
}
.TagClassName
{
border-color: #349D2E;
}
</style>