#20A42C

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

Shades of Forest Green #20A42C

Tints of Forest Green #20A42C

Color information

#20A42C (or 0x20A42C) is unknown color: approx Forest Green. HEX triplet: 20, A4 and 2C. RGB value is (32,164,44). Sum of RGB (Red+Green+Blue) = 32+164+44=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 164 (64.45% from 255 or 68.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 164 - color contains mainly: green. Hex color #20A42C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A42C is #DF5BD3. Grayscale: #6F6F6F. Windows color (decimal): -14638036 or 2925600. OLE color: 2925600.

HSL color Cylindrical-coordinate representation of color #20A42C: hue angle of 125.45º 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 #20A42C is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB3216444-
CMYK0.8000.730.36
HSL125.45º67.35%38.43%-
HSV(B)125.45º80.49%64.31%-
XYZ14.3327.046.85-
YUV110.8590.2771.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 164 (64.45% from 255) = 68.33%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=13.33%
G=68.33%
B=18.33%

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
Decimal32164440.8000.730.36125.4567.3538.43
Hex20A42C50049247d4326
Octal402445412001114417510346
Binary1000001010010010110010100000100100110010011111011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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