Shades of Forest Green #349733
Tints of Forest Green #349733
RGB
CMYK
RGB Variations
Color information
#349733 (or 0x349733) is known color: Forest Green. HEX triplet: 34, 97 and 33. RGB value is (52,151,51). Sum of RGB (Red+Green+Blue) = 52+151+51=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 151 (59.38% from 255 or 59.45% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 151 - color contains mainly: green. Hex color #349733 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349733 is #CB68CC. Grayscale: #6E6E6E. Windows color (decimal): -13330637 or 3381044. OLE color: 3381044.
HSL color Cylindrical-coordinate representation of color #349733: hue angle of 119.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349733 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 51 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.41 |
| HSL | 119.4º | 0.5% | 0.4% | - |
| HSV(B) | 119.4º | 0.66% | 0.59% | - |
| XYZ | 13.08 | 23.1 | 6.9 | - |
| YUV | 110 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 51 | 0.66 | 0 | 0.66 | 0.41 | 119.4 | 0.5 | 0.4 |
| Hex | 34 | 97 | 33 | 42 | 0 | 42 | 29 | 77 | 32 | 28 |
| Octal | 64 | 227 | 63 | 102 | 0 | 102 | 51 | 167 | 62 | 50 |
| Binary | 110100 | 10010111 | 110011 | 1000010 | 0 | 1000010 | 101001 | 1110111 | 110010 | 101000 |
Color Harmonies of #349733
Complementary color
Monochromatic Colors of #349733
Black with #349733
Text Example
Text Example
White with #349733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349733; }
p { color: rgb(52,151,51); }
H1.HeaderClassName
{
color: #349733;
}
.AnyTagClassName
{
color: #349733;
}
</style>
background-color css
<style>
a { background-color: #349733; }
a { background-color: rgb(52,151,51); }
div.DivClassName
{
background-color: #349733;
}
.BgClassName
{
background-color: #349733;
}
</style>
border-color css
<style>
span { border-color: #349733; }
span { border-color: rgb(52,151,51); }
td.TdClassName
{
border-color: #349733;
}
.TagClassName
{
border-color: #349733;
}
</style>