Shades of Forest Green #349F2D
Tints of Forest Green #349F2D
RGB
CMYK
RGB Variations
Color information
#349F2D (or 0x349F2D) is known color: Forest Green. HEX triplet: 34, 9F and 2D. RGB value is (52,159,45). Sum of RGB (Red+Green+Blue) = 52+159+45=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 159 (62.5% from 255 or 62.11% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 159 - color contains mainly: green. Hex color #349F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F2D is #CB60D2. Grayscale: #727272. Windows color (decimal): -13328595 or 2989876. OLE color: 2989876.
HSL color Cylindrical-coordinate representation of color #349F2D: hue angle of 116.32º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349F2D is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 45 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.38 |
| HSL | 116.32º | 0.56% | 0.4% | - |
| HSV(B) | 116.32º | 0.72% | 0.62% | - |
| XYZ | 14.29 | 25.72 | 6.69 | - |
| YUV | 114.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 45 | 0.67 | 0 | 0.72 | 0.38 | 116.32 | 0.56 | 0.4 |
| Hex | 34 | 9F | 2D | 43 | 0 | 48 | 26 | 74 | 38 | 28 |
| Octal | 64 | 237 | 55 | 103 | 0 | 110 | 46 | 164 | 70 | 50 |
| Binary | 110100 | 10011111 | 101101 | 1000011 | 0 | 1001000 | 100110 | 1110100 | 111000 | 101000 |
Color Harmonies of #349F2D
Complementary color
Monochromatic Colors of #349F2D
Black with #349F2D
Text Example
Text Example
White with #349F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F2D; }
p { color: rgb(52,159,45); }
H1.HeaderClassName
{
color: #349F2D;
}
.AnyTagClassName
{
color: #349F2D;
}
</style>
background-color css
<style>
a { background-color: #349F2D; }
a { background-color: rgb(52,159,45); }
div.DivClassName
{
background-color: #349F2D;
}
.BgClassName
{
background-color: #349F2D;
}
</style>
border-color css
<style>
span { border-color: #349F2D; }
span { border-color: rgb(52,159,45); }
td.TdClassName
{
border-color: #349F2D;
}
.TagClassName
{
border-color: #349F2D;
}
</style>