#348F2E

Color #348F2E Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #348F2E

Tints of Forest Green #348F2E

Color information

#348F2E (or 0x348F2E) is unknown color: approx 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

RGB5214346-
CMYK0.6400.680.44
HSL116.29º51.32%37.06%-
HSV(B)116.29º67.83%56.08%-
XYZ11.7320.575.94-
YUV104.7394.8590.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 143 (56.25% from 255) = 59.34%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=21.58%
G=59.34%
B=19.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52143460.6400.680.44116.2951.3237.06
Hex348F2E400442C743325
Octal64217561000104541646345
Binary110100100011111011101000000010001001011001110100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>