#349D2E

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

Shades of Forest Green #349D2E

Tints of Forest Green #349D2E

Color information

#349D2E (or 0x349D2E) is unknown color: approx Forest Green. HEX triplet: 34, 9D and 2E. RGB value is (52,157,46). Sum of RGB (Red+Green+Blue) = 52+157+46=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 157 (61.72% from 255 or 61.57% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 157 - color contains mainly: green. Hex color #349D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D2E is #CB62D1. Grayscale: #717171. Windows color (decimal): -13329106 or 3054900. OLE color: 3054900.

HSL color Cylindrical-coordinate representation of color #349D2E: hue angle of 116.76º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #349D2E is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB5215746-
CMYK0.6700.710.38
HSL116.76º54.68%39.8%-
HSV(B)116.76º70.7%61.57%-
XYZ13.9725.046.68-
YUV112.9590.2184.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 157 (61.72% from 255) = 61.57%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=20.39%
G=61.57%
B=18.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52157460.6700.710.38116.7654.6839.8
Hex349D2E4304726753728
Octal64235561030107461656750
Binary110100100111011011101000011010001111001101110101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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