#20A32C

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

Shades of Forest Green #20A32C

Tints of Forest Green #20A32C

Color information

#20A32C (or 0x20A32C) is unknown color: approx Forest Green. HEX triplet: 20, A3 and 2C. RGB value is (32,163,44). Sum of RGB (Red+Green+Blue) = 32+163+44=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 163 (64.06% from 255 or 68.20% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 163 - color contains mainly: green. Hex color #20A32C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A32C is #DF5CD3. Grayscale: #6E6E6E. Windows color (decimal): -14638292 or 2925344. OLE color: 2925344.

HSL color Cylindrical-coordinate representation of color #20A32C: hue angle of 125.5º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A32C is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB3216344-
CMYK0.8000.730.36
HSL125.5º67.18%38.24%-
HSV(B)125.5º80.37%63.92%-
XYZ14.1526.686.79-
YUV110.2690.672.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 163 (64.06% from 255) = 68.20%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=13.39%
G=68.20%
B=18.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163440.8000.730.36125.567.1838.24
Hex20A32C50049247d4326
Octal402435412001114417510346
Binary1000001010001110110010100000100100110010011111011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20A32C; }

 p { color: rgb(32,163,44); }

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

<style>
 a { background-color: #20A32C; }

 a { background-color: rgb(32,163,44); }

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

<style>
 span { border-color: #20A32C; }

 span { border-color: rgb(32,163,44); }

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