#349D35

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

Shades of Forest Green #349D35

Tints of Forest Green #349D35

Color information

#349D35 (or 0x349D35) is unknown color: approx Forest Green. HEX triplet: 34, 9D and 35. RGB value is (52,157,53). Sum of RGB (Red+Green+Blue) = 52+157+53=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #349D35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D35 is #CB62CA. Grayscale: #727272. Windows color (decimal): -13329099 or 3513652. OLE color: 3513652.

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

Color convert

RGB5215753-
CMYK0.6700.660.38
HSL120.57º50.24%40.98%-
HSV(B)120.57º66.88%61.57%-
XYZ14.1225.17.47-
YUV113.7593.7183.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 157 (61.72% from 255) = 59.92%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=19.85%
G=59.92%
B=20.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52157530.6700.660.38120.5750.2440.98
Hex349D354304226793229
Octal64235651030102461716251
Binary110100100111011101011000011010000101001101111001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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