#20AA1E

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

Shades of Forest Green #20AA1E

Tints of Forest Green #20AA1E

Color information

#20AA1E (or 0x20AA1E) is unknown color: approx Forest Green. HEX triplet: 20, AA and 1E. RGB value is (32,170,30). Sum of RGB (Red+Green+Blue) = 32+170+30=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AA1E is #DF55E1. Grayscale: #717171. Windows color (decimal): -14636514 or 2009632. OLE color: 2009632.

HSL color Cylindrical-coordinate representation of color #20AA1E: hue angle of 119.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AA1E is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB3217030-
CMYK0.8100.820.33
HSL119.14º70%39.22%-
HSV(B)119.14º82.35%66.67%-
XYZ15.229.156.05-
YUV112.7881.2870.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 170 (66.80% from 255) = 73.28%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=13.79%
G=73.28%
B=12.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32170300.8100.820.33119.147039.22
Hex20AA1E5105221774627
Octal402523612101224116710647
Binary100000101010101111010100010101001010000111101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,170,30); }

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

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

 a { background-color: rgb(32,170,30); }

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

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

 span { border-color: rgb(32,170,30); }

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