#32A52F

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

Shades of Forest Green #32A52F

Tints of Forest Green #32A52F

Color information

#32A52F (or 0x32A52F) is unknown color: approx Forest Green. HEX triplet: 32, A5 and 2F. RGB value is (50,165,47). Sum of RGB (Red+Green+Blue) = 50+165+47=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #32A52F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A52F is #CD5AD0. Grayscale: #757575. Windows color (decimal): -13458129 or 3122482. OLE color: 3122482.

HSL color Cylindrical-coordinate representation of color #32A52F: hue angle of 118.47º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32A52F is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB5016547-
CMYK0.7000.720.35
HSL118.47º55.66%41.57%-
HSV(B)118.47º71.52%64.71%-
XYZ15.2827.797.25-
YUV117.1688.480.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 165 (64.84% from 255) = 62.98%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=19.08%
G=62.98%
B=17.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50165470.7000.720.35118.4755.6641.57
Hex32A52F460482376382a
Octal62245571060110431667052
Binary110010101001011011111000110010010001000111110110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A52F; }

 p { color: rgb(50,165,47); }

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

<style>
 a { background-color: #32A52F; }

 a { background-color: rgb(50,165,47); }

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

<style>
 span { border-color: #32A52F; }

 span { border-color: rgb(50,165,47); }

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