Shades of Forest Green #348E31
Tints of Forest Green #348E31
RGB
CMYK
RGB Variations
Color information
#348E31 (or 0x348E31) is known color: Forest Green. HEX triplet: 34, 8E and 31. RGB value is (52,142,49). Sum of RGB (Red+Green+Blue) = 52+142+49=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #348E31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E31 is #CB71CE. Grayscale: #686868. Windows color (decimal): -13332943 or 3247668. OLE color: 3247668.
HSL color Cylindrical-coordinate representation of color #348E31: hue angle of 118.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348E31 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 49 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.44 |
| HSL | 118.06º | 0.49% | 0.37% | - |
| HSV(B) | 118.06º | 0.65% | 0.56% | - |
| XYZ | 11.64 | 20.3 | 6.21 | - |
| YUV | 104.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 49 | 0.63 | 0 | 0.65 | 0.44 | 118.06 | 0.49 | 0.37 |
| Hex | 34 | 8E | 31 | 3F | 0 | 41 | 2C | 76 | 31 | 25 |
| Octal | 64 | 216 | 61 | 77 | 0 | 101 | 54 | 166 | 61 | 45 |
| Binary | 110100 | 10001110 | 110001 | 111111 | 0 | 1000001 | 101100 | 1110110 | 110001 | 100101 |
Color Harmonies of #348E31
Complementary color
Monochromatic Colors of #348E31
Black with #348E31
Text Example
Text Example
White with #348E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E31; }
p { color: rgb(52,142,49); }
H1.HeaderClassName
{
color: #348E31;
}
.AnyTagClassName
{
color: #348E31;
}
</style>
background-color css
<style>
a { background-color: #348E31; }
a { background-color: rgb(52,142,49); }
div.DivClassName
{
background-color: #348E31;
}
.BgClassName
{
background-color: #348E31;
}
</style>
border-color css
<style>
span { border-color: #348E31; }
span { border-color: rgb(52,142,49); }
td.TdClassName
{
border-color: #348E31;
}
.TagClassName
{
border-color: #348E31;
}
</style>