#34A235

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

Shades of Forest Green #34A235

Tints of Forest Green #34A235

Color information

#34A235 (or 0x34A235) is unknown color: approx Forest Green. HEX triplet: 34, A2 and 35. RGB value is (52,162,53). Sum of RGB (Red+Green+Blue) = 52+162+53=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #34A235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A235 is #CB5DCA. Grayscale: #757575. Windows color (decimal): -13327819 or 3514932. OLE color: 3514932.

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

Color convert

RGB5216253-
CMYK0.6800.670.36
HSL120.55º51.4%41.96%-
HSV(B)120.55º67.9%63.53%-
XYZ14.9826.837.76-
YUV116.6892.0681.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=19.48%
G=60.67%
B=19.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52162530.6800.670.36120.5551.441.96
Hex34A235440432479332a
Octal64242651040103441716352
Binary110100101000101101011000100010000111001001111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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