Shades of Forest Green #348E2F
Tints of Forest Green #348E2F
RGB
CMYK
RGB Variations
Color information
#348E2F (or 0x348E2F) is known color: Forest Green. HEX triplet: 34, 8E and 2F. RGB value is (52,142,47). Sum of RGB (Red+Green+Blue) = 52+142+47=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #348E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E2F is #CB71D0. Grayscale: #686868. Windows color (decimal): -13332945 or 3116596. OLE color: 3116596.
HSL color Cylindrical-coordinate representation of color #348E2F: hue angle of 116.84º degrees, saturation: 0.5, 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 #348E2F is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 47 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.44 |
| HSL | 116.84º | 0.5% | 0.37% | - |
| HSV(B) | 116.84º | 0.67% | 0.56% | - |
| XYZ | 11.6 | 20.28 | 5.99 | - |
| YUV | 104.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 47 | 0.63 | 0 | 0.67 | 0.44 | 116.84 | 0.5 | 0.37 |
| Hex | 34 | 8E | 2F | 3F | 0 | 43 | 2C | 75 | 32 | 25 |
| Octal | 64 | 216 | 57 | 77 | 0 | 103 | 54 | 165 | 62 | 45 |
| Binary | 110100 | 10001110 | 101111 | 111111 | 0 | 1000011 | 101100 | 1110101 | 110010 | 100101 |
Color Harmonies of #348E2F
Complementary color
Monochromatic Colors of #348E2F
Black with #348E2F
Text Example
Text Example
White with #348E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E2F; }
p { color: rgb(52,142,47); }
H1.HeaderClassName
{
color: #348E2F;
}
.AnyTagClassName
{
color: #348E2F;
}
</style>
background-color css
<style>
a { background-color: #348E2F; }
a { background-color: rgb(52,142,47); }
div.DivClassName
{
background-color: #348E2F;
}
.BgClassName
{
background-color: #348E2F;
}
</style>
border-color css
<style>
span { border-color: #348E2F; }
span { border-color: rgb(52,142,47); }
td.TdClassName
{
border-color: #348E2F;
}
.TagClassName
{
border-color: #348E2F;
}
</style>