Shades of Forest Green #349838
Tints of Forest Green #349838
RGB
CMYK
RGB Variations
Color information
#349838 (or 0x349838) is known color: Forest Green. HEX triplet: 34, 98 and 38. RGB value is (52,152,56). Sum of RGB (Red+Green+Blue) = 52+152+56=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #349838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349838 is #CB67C7. Grayscale: #6F6F6F. Windows color (decimal): -13330376 or 3708980. OLE color: 3708980.
HSL color Cylindrical-coordinate representation of color #349838: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349838 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 56 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.40 |
| HSL | 122.4º | 0.49% | 0.4% | - |
| HSV(B) | 122.4º | 0.66% | 0.6% | - |
| XYZ | 13.36 | 23.47 | 7.57 | - |
| YUV | 111.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 56 | 0.66 | 0 | 0.63 | 0.40 | 122.4 | 0.49 | 0.4 |
| Hex | 34 | 98 | 38 | 42 | 0 | 3F | 28 | 7A | 31 | 28 |
| Octal | 64 | 230 | 70 | 102 | 0 | 77 | 50 | 172 | 61 | 50 |
| Binary | 110100 | 10011000 | 111000 | 1000010 | 0 | 111111 | 101000 | 1111010 | 110001 | 101000 |
Color Harmonies of #349838
Complementary color
Monochromatic Colors of #349838
Black with #349838
Text Example
Text Example
White with #349838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349838; }
p { color: rgb(52,152,56); }
H1.HeaderClassName
{
color: #349838;
}
.AnyTagClassName
{
color: #349838;
}
</style>
background-color css
<style>
a { background-color: #349838; }
a { background-color: rgb(52,152,56); }
div.DivClassName
{
background-color: #349838;
}
.BgClassName
{
background-color: #349838;
}
</style>
border-color css
<style>
span { border-color: #349838; }
span { border-color: rgb(52,152,56); }
td.TdClassName
{
border-color: #349838;
}
.TagClassName
{
border-color: #349838;
}
</style>