#34A035

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

Shades of Forest Green #34A035

Tints of Forest Green #34A035

Color information

#34A035 (or 0x34A035) is unknown color: approx Forest Green. HEX triplet: 34, A0 and 35. RGB value is (52,160,53). Sum of RGB (Red+Green+Blue) = 52+160+53=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 160 (62.89% from 255 or 60.38% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 160 - color contains mainly: green. Hex color #34A035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A035 is #CB5FCA. Grayscale: #737373. Windows color (decimal): -13328331 or 3514420. OLE color: 3514420.

HSL color Cylindrical-coordinate representation of color #34A035: hue angle of 120.56º 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 #34A035 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB5216053-
CMYK0.6800.670.37
HSL120.56º50.94%41.57%-
HSV(B)120.56º67.5%62.75%-
XYZ14.6326.137.64-
YUV115.5192.7282.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 160 (62.89% from 255) = 60.38%
BLUE value IS 53 (21.09% from 255) = 20%
R=19.62%
G=60.38%
B=20%

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
Decimal52160530.6800.670.37120.5650.9441.57
Hex34A035440432579332a
Octal64240651040103451716352
Binary110100101000001101011000100010000111001011111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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