Shades of Forest Green #349B32
Tints of Forest Green #349B32
RGB
CMYK
RGB Variations
Color information
#349B32 (or 0x349B32) is known color: Forest Green. HEX triplet: 34, 9B and 32. RGB value is (52,155,50). Sum of RGB (Red+Green+Blue) = 52+155+50=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 155 (60.94% from 255 or 60.31% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 155 - color contains mainly: green. Hex color #349B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B32 is #CB64CD. Grayscale: #707070. Windows color (decimal): -13329614 or 3316532. OLE color: 3316532.
HSL color Cylindrical-coordinate representation of color #349B32: hue angle of 118.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #349B32 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 50 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.39 |
| HSL | 118.86º | 0.51% | 0.4% | - |
| HSV(B) | 118.86º | 0.68% | 0.61% | - |
| XYZ | 13.71 | 24.4 | 7.01 | - |
| YUV | 112.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 50 | 0.66 | 0 | 0.68 | 0.39 | 118.86 | 0.51 | 0.4 |
| Hex | 34 | 9B | 32 | 42 | 0 | 44 | 27 | 77 | 33 | 28 |
| Octal | 64 | 233 | 62 | 102 | 0 | 104 | 47 | 167 | 63 | 50 |
| Binary | 110100 | 10011011 | 110010 | 1000010 | 0 | 1000100 | 100111 | 1110111 | 110011 | 101000 |
Color Harmonies of #349B32
Complementary color
Monochromatic Colors of #349B32
Black with #349B32
Text Example
Text Example
White with #349B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B32; }
p { color: rgb(52,155,50); }
H1.HeaderClassName
{
color: #349B32;
}
.AnyTagClassName
{
color: #349B32;
}
</style>
background-color css
<style>
a { background-color: #349B32; }
a { background-color: rgb(52,155,50); }
div.DivClassName
{
background-color: #349B32;
}
.BgClassName
{
background-color: #349B32;
}
</style>
border-color css
<style>
span { border-color: #349B32; }
span { border-color: rgb(52,155,50); }
td.TdClassName
{
border-color: #349B32;
}
.TagClassName
{
border-color: #349B32;
}
</style>