#20822E

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

Shades of Forest Green #20822E

Tints of Forest Green #20822E

Color information

#20822E (or 0x20822E) is unknown color: approx Forest Green. HEX triplet: 20, 82 and 2E. RGB value is (32,130,46). Sum of RGB (Red+Green+Blue) = 32+130+46=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #20822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20822E is #DF7DD1. Grayscale: #5B5B5B. Windows color (decimal): -14646738 or 3047968. OLE color: 3047968.

HSL color Cylindrical-coordinate representation of color #20822E: hue angle of 128.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20822E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB3213046-
CMYK0.7500.650.49
HSL128.57º60.49%31.76%-
HSV(B)128.57º75.38%50.98%-
XYZ9.0716.475.29-
YUV91.12102.5385.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=15.38%
G=62.5%
B=22.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130460.7500.650.49128.5760.4931.76
Hex20822E4B04131813c20
Octal40202561130101612017440
Binary1000001000001010111010010110100000111000110000001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20822E; }

 p { color: rgb(32,130,46); }

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

<style>
 a { background-color: #20822E; }

 a { background-color: rgb(32,130,46); }

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

<style>
 span { border-color: #20822E; }

 span { border-color: rgb(32,130,46); }

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