#349B2E

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

Shades of Forest Green #349B2E

Tints of Forest Green #349B2E

Color information

#349B2E (or 0x349B2E) is unknown color: approx Forest Green. HEX triplet: 34, 9B and 2E. RGB value is (52,155,46). Sum of RGB (Red+Green+Blue) = 52+155+46=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 155 (60.94% from 255 or 61.26% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 155 - color contains mainly: green. Hex color #349B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B2E is #CB64D1. Grayscale: #707070. Windows color (decimal): -13329618 or 3054388. OLE color: 3054388.

HSL color Cylindrical-coordinate representation of color #349B2E: hue angle of 116.7º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #349B2E is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB5215546-
CMYK0.6600.700.39
HSL116.7º54.23%39.41%-
HSV(B)116.7º70.32%60.78%-
XYZ13.6324.376.57-
YUV111.7890.8885.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 155 (60.94% from 255) = 61.26%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=20.55%
G=61.26%
B=18.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52155460.6600.700.39116.754.2339.41
Hex349B2E4204627753627
Octal64233561020106471656647
Binary110100100110111011101000010010001101001111110101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349B2E; }

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

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

<style>
 a { background-color: #349B2E; }

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

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

<style>
 span { border-color: #349B2E; }

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

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