#34A328

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

Shades of Forest Green #34A328

Tints of Forest Green #34A328

Color information

#34A328 (or 0x34A328) is unknown color: approx Forest Green. HEX triplet: 34, A3 and 28. RGB value is (52,163,40). Sum of RGB (Red+Green+Blue) = 52+163+40=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #34A328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A328 is #CB5CD7. Grayscale: #747474. Windows color (decimal): -13327576 or 2663220. OLE color: 2663220.

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

Color convert

RGB5216340-
CMYK0.6800.750.36
HSL114.15º60.59%39.8%-
HSV(B)114.15º75.46%63.92%-
XYZ14.927.086.45-
YUV115.7985.2382.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 163 (64.06% from 255) = 63.92%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=20.39%
G=63.92%
B=15.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52163400.6800.750.36114.1560.5939.8
Hex34A3284404B24723d28
Octal64243501040113441627550
Binary110100101000111010001000100010010111001001110010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,40); }

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

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

 a { background-color: rgb(52,163,40); }

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

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

 span { border-color: rgb(52,163,40); }

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