Shades of Forest Green #349A32
Tints of Forest Green #349A32
RGB
CMYK
RGB Variations
Color information
#349A32 (or 0x349A32) is known color: Forest Green. HEX triplet: 34, 9A and 32. RGB value is (52,154,50). Sum of RGB (Red+Green+Blue) = 52+154+50=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #349A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349A32 is #CB65CD. Grayscale: #6F6F6F. Windows color (decimal): -13329870 or 3316276. OLE color: 3316276.
HSL color Cylindrical-coordinate representation of color #349A32: hue angle of 118.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #349A32 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 50 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.40 |
| HSL | 118.85º | 0.51% | 0.4% | - |
| HSV(B) | 118.85º | 0.68% | 0.6% | - |
| XYZ | 13.55 | 24.07 | 6.95 | - |
| YUV | 111.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 50 | 0.66 | 0 | 0.68 | 0.40 | 118.85 | 0.51 | 0.4 |
| Hex | 34 | 9A | 32 | 42 | 0 | 44 | 28 | 77 | 33 | 28 |
| Octal | 64 | 232 | 62 | 102 | 0 | 104 | 50 | 167 | 63 | 50 |
| Binary | 110100 | 10011010 | 110010 | 1000010 | 0 | 1000100 | 101000 | 1110111 | 110011 | 101000 |
Color Harmonies of #349A32
Complementary color
Monochromatic Colors of #349A32
Black with #349A32
Text Example
Text Example
White with #349A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A32; }
p { color: rgb(52,154,50); }
H1.HeaderClassName
{
color: #349A32;
}
.AnyTagClassName
{
color: #349A32;
}
</style>
background-color css
<style>
a { background-color: #349A32; }
a { background-color: rgb(52,154,50); }
div.DivClassName
{
background-color: #349A32;
}
.BgClassName
{
background-color: #349A32;
}
</style>
border-color css
<style>
span { border-color: #349A32; }
span { border-color: rgb(52,154,50); }
td.TdClassName
{
border-color: #349A32;
}
.TagClassName
{
border-color: #349A32;
}
</style>