Shades of Forest Green #349C2F
Tints of Forest Green #349C2F
RGB
CMYK
RGB Variations
Color information
#349C2F (or 0x349C2F) is known color: Forest Green. HEX triplet: 34, 9C and 2F. RGB value is (52,156,47). Sum of RGB (Red+Green+Blue) = 52+156+47=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 156 (61.33% from 255 or 61.18% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 156 - color contains mainly: green. Hex color #349C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C2F is #CB63D0. Grayscale: #707070. Windows color (decimal): -13329361 or 3120180. OLE color: 3120180.
HSL color Cylindrical-coordinate representation of color #349C2F: hue angle of 117.25º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #349C2F is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 47 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.39 |
| HSL | 117.25º | 0.54% | 0.4% | - |
| HSV(B) | 117.25º | 0.7% | 0.61% | - |
| XYZ | 13.82 | 24.71 | 6.73 | - |
| YUV | 112.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 47 | 0.67 | 0 | 0.70 | 0.39 | 117.25 | 0.54 | 0.4 |
| Hex | 34 | 9C | 2F | 43 | 0 | 46 | 27 | 75 | 36 | 28 |
| Octal | 64 | 234 | 57 | 103 | 0 | 106 | 47 | 165 | 66 | 50 |
| Binary | 110100 | 10011100 | 101111 | 1000011 | 0 | 1000110 | 100111 | 1110101 | 110110 | 101000 |
Color Harmonies of #349C2F
Complementary color
Monochromatic Colors of #349C2F
Black with #349C2F
Text Example
Text Example
White with #349C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C2F; }
p { color: rgb(52,156,47); }
H1.HeaderClassName
{
color: #349C2F;
}
.AnyTagClassName
{
color: #349C2F;
}
</style>
background-color css
<style>
a { background-color: #349C2F; }
a { background-color: rgb(52,156,47); }
div.DivClassName
{
background-color: #349C2F;
}
.BgClassName
{
background-color: #349C2F;
}
</style>
border-color css
<style>
span { border-color: #349C2F; }
span { border-color: rgb(52,156,47); }
td.TdClassName
{
border-color: #349C2F;
}
.TagClassName
{
border-color: #349C2F;
}
</style>