Shades of Forest Green #348F2F
Tints of Forest Green #348F2F
RGB
CMYK
RGB Variations
Color information
#348F2F (or 0x348F2F) is known color: Forest Green. HEX triplet: 34, 8F and 2F. RGB value is (52,143,47). Sum of RGB (Red+Green+Blue) = 52+143+47=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #348F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F2F is #CB70D0. Grayscale: #696969. Windows color (decimal): -13332689 or 3116852. OLE color: 3116852.
HSL color Cylindrical-coordinate representation of color #348F2F: hue angle of 116.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #348F2F is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 47 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.44 |
| HSL | 116.88º | 0.51% | 0.37% | - |
| HSV(B) | 116.88º | 0.67% | 0.56% | - |
| XYZ | 11.75 | 20.58 | 6.04 | - |
| YUV | 104.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 47 | 0.64 | 0 | 0.67 | 0.44 | 116.88 | 0.51 | 0.37 |
| Hex | 34 | 8F | 2F | 40 | 0 | 43 | 2C | 75 | 33 | 25 |
| Octal | 64 | 217 | 57 | 100 | 0 | 103 | 54 | 165 | 63 | 45 |
| Binary | 110100 | 10001111 | 101111 | 1000000 | 0 | 1000011 | 101100 | 1110101 | 110011 | 100101 |
Color Harmonies of #348F2F
Complementary color
Monochromatic Colors of #348F2F
Black with #348F2F
Text Example
Text Example
White with #348F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F2F; }
p { color: rgb(52,143,47); }
H1.HeaderClassName
{
color: #348F2F;
}
.AnyTagClassName
{
color: #348F2F;
}
</style>
background-color css
<style>
a { background-color: #348F2F; }
a { background-color: rgb(52,143,47); }
div.DivClassName
{
background-color: #348F2F;
}
.BgClassName
{
background-color: #348F2F;
}
</style>
border-color css
<style>
span { border-color: #348F2F; }
span { border-color: rgb(52,143,47); }
td.TdClassName
{
border-color: #348F2F;
}
.TagClassName
{
border-color: #348F2F;
}
</style>