#32A215

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

Shades of Forest Green #32A215

Tints of Forest Green #32A215

Color information

#32A215 (or 0x32A215) is unknown color: approx Forest Green. HEX triplet: 32, A2 and 15. RGB value is (50,162,21). Sum of RGB (Red+Green+Blue) = 50+162+21=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 162 (63.67% from 255 or 69.53% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 162 - color contains mainly: green. Hex color #32A215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A215 is #CD5DEA. Grayscale: #707070. Windows color (decimal): -13458923 or 1417778. OLE color: 1417778.

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

Color convert

RGB5016221-
CMYK0.6900.870.36
HSL107.66º77.05%35.88%-
HSV(B)107.66º87.04%63.53%-
XYZ14.3726.575.08-
YUV112.4476.3983.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 162 (63.67% from 255) = 69.53%
BLUE value IS 21 (8.59% from 255) = 9.01%
R=21.46%
G=69.53%
B=9.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50162210.6900.870.36107.6677.0535.88
Hex32A21545057246c4d24
Octal622422510501274415411544
Binary110010101000101010110001010101011110010011011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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