Shades of Forest Green #349B28
Tints of Forest Green #349B28
RGB
CMYK
RGB Variations
Color information
#349B28 (or 0x349B28) is known color: Forest Green. HEX triplet: 34, 9B and 28. RGB value is (52,155,40). Sum of RGB (Red+Green+Blue) = 52+155+40=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #349B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B28 is #CB64D7. Grayscale: #6F6F6F. Windows color (decimal): -13329624 or 2661172. OLE color: 2661172.
HSL color Cylindrical-coordinate representation of color #349B28: hue angle of 113.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349B28 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 40 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.39 |
| HSL | 113.74º | 0.59% | 0.38% | - |
| HSV(B) | 113.74º | 0.74% | 0.61% | - |
| XYZ | 13.52 | 24.33 | 5.99 | - |
| YUV | 111.09 | 87.88 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 40 | 0.66 | 0 | 0.74 | 0.39 | 113.74 | 0.59 | 0.38 |
| Hex | 34 | 9B | 28 | 42 | 0 | 4A | 27 | 72 | 3B | 26 |
| Octal | 64 | 233 | 50 | 102 | 0 | 112 | 47 | 162 | 73 | 46 |
| Binary | 110100 | 10011011 | 101000 | 1000010 | 0 | 1001010 | 100111 | 1110010 | 111011 | 100110 |
Color Harmonies of #349B28
Complementary color
Monochromatic Colors of #349B28
Black with #349B28
Text Example
Text Example
White with #349B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B28; }
p { color: rgb(52,155,40); }
H1.HeaderClassName
{
color: #349B28;
}
.AnyTagClassName
{
color: #349B28;
}
</style>
background-color css
<style>
a { background-color: #349B28; }
a { background-color: rgb(52,155,40); }
div.DivClassName
{
background-color: #349B28;
}
.BgClassName
{
background-color: #349B28;
}
</style>
border-color css
<style>
span { border-color: #349B28; }
span { border-color: rgb(52,155,40); }
td.TdClassName
{
border-color: #349B28;
}
.TagClassName
{
border-color: #349B28;
}
</style>