#20AE1D

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

Shades of Forest Green #20AE1D

Tints of Forest Green #20AE1D

Color information

#20AE1D (or 0x20AE1D) is unknown color: approx Forest Green. HEX triplet: 20, AE and 1D. RGB value is (32,174,29). Sum of RGB (Red+Green+Blue) = 32+174+29=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AE1D is #DF51E2. Grayscale: #737373. Windows color (decimal): -14635491 or 1945120. OLE color: 1945120.

HSL color Cylindrical-coordinate representation of color #20AE1D: hue angle of 118.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AE1D is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB3217429-
CMYK0.8200.830.32
HSL118.76º71.43%39.8%-
HSV(B)118.76º83.33%68.24%-
XYZ15.9530.676.24-
YUV115.0179.4668.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 174 (68.36% from 255) = 74.04%
BLUE value IS 29 (11.72% from 255) = 12.34%
R=13.62%
G=74.04%
B=12.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32174290.8200.830.32118.7671.4339.8
Hex20AE1D5205320774728
Octal402563512201234016710750
Binary100000101011101110110100100101001110000011101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,174,29); }

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

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

 a { background-color: rgb(32,174,29); }

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

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

 span { border-color: rgb(32,174,29); }

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