#32A232

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

Shades of Forest Green #32A232

Tints of Forest Green #32A232

Color information

#32A232 (or 0x32A232) is unknown color: approx Forest Green. HEX triplet: 32, A2 and 32. RGB value is (50,162,50). Sum of RGB (Red+Green+Blue) = 50+162+50=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 162 (63.67% from 255 or 61.83% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 162 - color contains mainly: green. Hex color #32A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A232 is #CD5DCD. Grayscale: #747474. Windows color (decimal): -13458894 or 3318322. OLE color: 3318322.

HSL color Cylindrical-coordinate representation of color #32A232: hue angle of 120º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A232 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB5016250-
CMYK0.6900.690.36
HSL120º52.83%41.57%-
HSV(B)120º69.14%63.53%-
XYZ14.8126.757.4-
YUV115.7490.8981.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 162 (63.67% from 255) = 61.83%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=19.08%
G=61.83%
B=19.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50162500.6900.690.3612052.8341.57
Hex32A232450452478352a
Octal62242621050105441706552
Binary110010101000101100101000101010001011001001111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,162,50); }

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

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

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

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

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

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

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