#34A135

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

Shades of Forest Green #34A135

Tints of Forest Green #34A135

Color information

#34A135 (or 0x34A135) is unknown color: approx Forest Green. HEX triplet: 34, A1 and 35. RGB value is (52,161,53). Sum of RGB (Red+Green+Blue) = 52+161+53=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #34A135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A135 is #CB5ECA. Grayscale: #747474. Windows color (decimal): -13328075 or 3514676. OLE color: 3514676.

HSL color Cylindrical-coordinate representation of color #34A135: hue angle of 120.55º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A135 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB5216153-
CMYK0.6800.670.37
HSL120.55º51.17%41.76%-
HSV(B)120.55º67.7%63.14%-
XYZ14.826.487.7-
YUV116.192.3982.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 161 (63.28% from 255) = 60.53%
BLUE value IS 53 (21.09% from 255) = 19.92%
R=19.55%
G=60.53%
B=19.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52161530.6800.670.37120.5551.1741.76
Hex34A135440432579332a
Octal64241651040103451716352
Binary110100101000011101011000100010000111001011111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A135; }

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

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

<style>
 a { background-color: #34A135; }

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

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

<style>
 span { border-color: #34A135; }

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

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