#349D2F

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

Shades of Forest Green #349D2F

Tints of Forest Green #349D2F

Color information

#349D2F (or 0x349D2F) is unknown color: approx Forest Green. HEX triplet: 34, 9D and 2F. RGB value is (52,157,47). Sum of RGB (Red+Green+Blue) = 52+157+47=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #349D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D2F is #CB62D0. Grayscale: #717171. Windows color (decimal): -13329105 or 3120436. OLE color: 3120436.

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

Color convert

RGB5215747-
CMYK0.6700.700.38
HSL117.27º53.92%40%-
HSV(B)117.27º70.06%61.57%-
XYZ13.9925.056.79-
YUV113.0690.7184.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 157 (61.72% from 255) = 61.33%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=20.31%
G=61.33%
B=18.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52157470.6700.700.38117.2753.9240
Hex349D2F4304626753628
Octal64235571030106461656650
Binary110100100111011011111000011010001101001101110101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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