Shades of Forest Green #349533
Tints of Forest Green #349533
RGB
CMYK
RGB Variations
Color information
#349533 (or 0x349533) is known color: Forest Green. HEX triplet: 34, 95 and 33. RGB value is (52,149,51). Sum of RGB (Red+Green+Blue) = 52+149+51=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #349533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349533 is #CB6ACC. Grayscale: #6D6D6D. Windows color (decimal): -13331149 or 3380532. OLE color: 3380532.
HSL color Cylindrical-coordinate representation of color #349533: hue angle of 119.39º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349533 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 149 | 51 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.42 |
| HSL | 119.39º | 0.49% | 0.39% | - |
| HSV(B) | 119.39º | 0.66% | 0.58% | - |
| XYZ | 12.76 | 22.46 | 6.8 | - |
| YUV | 108.83 | 95.36 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 51 | 0.65 | 0 | 0.66 | 0.42 | 119.39 | 0.49 | 0.39 |
| Hex | 34 | 95 | 33 | 41 | 0 | 42 | 2A | 77 | 31 | 27 |
| Octal | 64 | 225 | 63 | 101 | 0 | 102 | 52 | 167 | 61 | 47 |
| Binary | 110100 | 10010101 | 110011 | 1000001 | 0 | 1000010 | 101010 | 1110111 | 110001 | 100111 |
Color Harmonies of #349533
Complementary color
Monochromatic Colors of #349533
Black with #349533
Text Example
Text Example
White with #349533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349533; }
p { color: rgb(52,149,51); }
H1.HeaderClassName
{
color: #349533;
}
.AnyTagClassName
{
color: #349533;
}
</style>
background-color css
<style>
a { background-color: #349533; }
a { background-color: rgb(52,149,51); }
div.DivClassName
{
background-color: #349533;
}
.BgClassName
{
background-color: #349533;
}
</style>
border-color css
<style>
span { border-color: #349533; }
span { border-color: rgb(52,149,51); }
td.TdClassName
{
border-color: #349533;
}
.TagClassName
{
border-color: #349533;
}
</style>