#34A036

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

Shades of Forest Green #34A036

Tints of Forest Green #34A036

Color information

#34A036 (or 0x34A036) is unknown color: approx Forest Green. HEX triplet: 34, A0 and 36. RGB value is (52,160,54). Sum of RGB (Red+Green+Blue) = 52+160+54=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #34A036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A036 is #CB5FC9. Grayscale: #737373. Windows color (decimal): -13328330 or 3579956. OLE color: 3579956.

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

Color convert

RGB5216054-
CMYK0.6800.660.37
HSL121.11º50.94%41.57%-
HSV(B)121.11º67.5%62.75%-
XYZ14.6526.147.76-
YUV115.6293.2282.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 160 (62.89% from 255) = 60.15%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=19.55%
G=60.15%
B=20.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52160540.6800.660.37121.1150.9441.57
Hex34A036440422579332a
Octal64240661040102451716352
Binary110100101000001101101000100010000101001011111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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