Shades of Forest Green #349C2E
Tints of Forest Green #349C2E
RGB
CMYK
RGB Variations
Color information
#349C2E (or 0x349C2E) is known color: Forest Green. HEX triplet: 34, 9C and 2E. RGB value is (52,156,46). Sum of RGB (Red+Green+Blue) = 52+156+46=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 156 (61.33% from 255 or 61.42% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 156 - color contains mainly: green. Hex color #349C2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C2E is #CB63D1. Grayscale: #707070. Windows color (decimal): -13329362 or 3054644. OLE color: 3054644.
HSL color Cylindrical-coordinate representation of color #349C2E: hue angle of 116.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #349C2E is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 46 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.39 |
| HSL | 116.73º | 0.54% | 0.4% | - |
| HSV(B) | 116.73º | 0.71% | 0.61% | - |
| XYZ | 13.8 | 24.7 | 6.63 | - |
| YUV | 112.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 46 | 0.67 | 0 | 0.71 | 0.39 | 116.73 | 0.54 | 0.4 |
| Hex | 34 | 9C | 2E | 43 | 0 | 47 | 27 | 75 | 36 | 28 |
| Octal | 64 | 234 | 56 | 103 | 0 | 107 | 47 | 165 | 66 | 50 |
| Binary | 110100 | 10011100 | 101110 | 1000011 | 0 | 1000111 | 100111 | 1110101 | 110110 | 101000 |
Color Harmonies of #349C2E
Complementary color
Monochromatic Colors of #349C2E
Black with #349C2E
Text Example
Text Example
White with #349C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C2E; }
p { color: rgb(52,156,46); }
H1.HeaderClassName
{
color: #349C2E;
}
.AnyTagClassName
{
color: #349C2E;
}
</style>
background-color css
<style>
a { background-color: #349C2E; }
a { background-color: rgb(52,156,46); }
div.DivClassName
{
background-color: #349C2E;
}
.BgClassName
{
background-color: #349C2E;
}
</style>
border-color css
<style>
span { border-color: #349C2E; }
span { border-color: rgb(52,156,46); }
td.TdClassName
{
border-color: #349C2E;
}
.TagClassName
{
border-color: #349C2E;
}
</style>