Shades of Forest Green #348F2E
Tints of Forest Green #348F2E
RGB
CMYK
RGB Variations
Color information
#348F2E (or 0x348F2E) is known color: Forest Green. HEX triplet: 34, 8F and 2E. RGB value is (52,143,46). Sum of RGB (Red+Green+Blue) = 52+143+46=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #348F2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F2E is #CB70D1. Grayscale: #696969. Windows color (decimal): -13332690 or 3051316. OLE color: 3051316.
HSL color Cylindrical-coordinate representation of color #348F2E: hue angle of 116.29º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348F2E is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 46 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.44 |
| HSL | 116.29º | 0.51% | 0.37% | - |
| HSV(B) | 116.29º | 0.68% | 0.56% | - |
| XYZ | 11.73 | 20.57 | 5.94 | - |
| YUV | 104.73 | 94.85 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 46 | 0.64 | 0 | 0.68 | 0.44 | 116.29 | 0.51 | 0.37 |
| Hex | 34 | 8F | 2E | 40 | 0 | 44 | 2C | 74 | 33 | 25 |
| Octal | 64 | 217 | 56 | 100 | 0 | 104 | 54 | 164 | 63 | 45 |
| Binary | 110100 | 10001111 | 101110 | 1000000 | 0 | 1000100 | 101100 | 1110100 | 110011 | 100101 |
Color Harmonies of #348F2E
Complementary color
Monochromatic Colors of #348F2E
Black with #348F2E
Text Example
Text Example
White with #348F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F2E; }
p { color: rgb(52,143,46); }
H1.HeaderClassName
{
color: #348F2E;
}
.AnyTagClassName
{
color: #348F2E;
}
</style>
background-color css
<style>
a { background-color: #348F2E; }
a { background-color: rgb(52,143,46); }
div.DivClassName
{
background-color: #348F2E;
}
.BgClassName
{
background-color: #348F2E;
}
</style>
border-color css
<style>
span { border-color: #348F2E; }
span { border-color: rgb(52,143,46); }
td.TdClassName
{
border-color: #348F2E;
}
.TagClassName
{
border-color: #348F2E;
}
</style>