Shades of Forest Green #349C33
Tints of Forest Green #349C33
RGB
CMYK
RGB Variations
Color information
#349C33 (or 0x349C33) is known color: Forest Green. HEX triplet: 34, 9C and 33. RGB value is (52,156,51). Sum of RGB (Red+Green+Blue) = 52+156+51=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 156 (61.33% from 255 or 60.23% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 156 - color contains mainly: green. Hex color #349C33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C33 is #CB63CC. Grayscale: #717171. Windows color (decimal): -13329357 or 3382324. OLE color: 3382324.
HSL color Cylindrical-coordinate representation of color #349C33: hue angle of 119.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C33 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 51 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.39 |
| HSL | 119.43º | 0.51% | 0.41% | - |
| HSV(B) | 119.43º | 0.67% | 0.61% | - |
| XYZ | 13.9 | 24.75 | 7.18 | - |
| YUV | 112.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 51 | 0.67 | 0 | 0.67 | 0.39 | 119.43 | 0.51 | 0.41 |
| Hex | 34 | 9C | 33 | 43 | 0 | 43 | 27 | 77 | 33 | 29 |
| Octal | 64 | 234 | 63 | 103 | 0 | 103 | 47 | 167 | 63 | 51 |
| Binary | 110100 | 10011100 | 110011 | 1000011 | 0 | 1000011 | 100111 | 1110111 | 110011 | 101001 |
Color Harmonies of #349C33
Complementary color
Monochromatic Colors of #349C33
Black with #349C33
Text Example
Text Example
White with #349C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C33; }
p { color: rgb(52,156,51); }
H1.HeaderClassName
{
color: #349C33;
}
.AnyTagClassName
{
color: #349C33;
}
</style>
background-color css
<style>
a { background-color: #349C33; }
a { background-color: rgb(52,156,51); }
div.DivClassName
{
background-color: #349C33;
}
.BgClassName
{
background-color: #349C33;
}
</style>
border-color css
<style>
span { border-color: #349C33; }
span { border-color: rgb(52,156,51); }
td.TdClassName
{
border-color: #349C33;
}
.TagClassName
{
border-color: #349C33;
}
</style>