#348C2E

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

Shades of Forest Green #348C2E

Tints of Forest Green #348C2E

Color information

#348C2E (or 0x348C2E) is unknown color: approx Forest Green. HEX triplet: 34, 8C and 2E. RGB value is (52,140,46). Sum of RGB (Red+Green+Blue) = 52+140+46=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #348C2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C2E is #CB73D1. Grayscale: #676767. Windows color (decimal): -13333458 or 3050548. OLE color: 3050548.

HSL color Cylindrical-coordinate representation of color #348C2E: hue angle of 116.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #348C2E is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB5214046-
CMYK0.6300.670.45
HSL116.17º50.54%36.47%-
HSV(B)116.17º67.14%54.9%-
XYZ11.2919.685.79-
YUV102.9795.8591.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 140 (55.08% from 255) = 58.82%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=21.85%
G=58.82%
B=19.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52140460.6300.670.45116.1750.5436.47
Hex348C2E3F0432D743324
Octal6421456770103551646344
Binary11010010001100101110111111010000111011011110100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348C2E; }

 p { color: rgb(52,140,46); }

 H1.HeaderClassName
 {
   color: #348C2E;
 }
 .AnyTagClassName
 {
   color: #348C2E;
 }
</style>
background-color css

<style>
 a { background-color: #348C2E; }

 a { background-color: rgb(52,140,46); }

 div.DivClassName
 {
   background-color: #348C2E;
 }
 .BgClassName
 {
   background-color: #348C2E;
 }
</style>
border-color css

<style>
 span { border-color: #348C2E; }

 span { border-color: rgb(52,140,46); }

 td.TdClassName
 {
   border-color: #348C2E;
 }
 .TagClassName
 {
   border-color: #348C2E;
 }
</style>