#20820D

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

Shades of Forest Green #20820D

Tints of Forest Green #20820D

Color information

#20820D (or 0x20820D) is unknown color: approx Forest Green. HEX triplet: 20, 82 and 0D. RGB value is (32,130,13). Sum of RGB (Red+Green+Blue) = 32+130+13=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #20820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20820D is #DF7DF2. Grayscale: #575757. Windows color (decimal): -14646771 or 885280. OLE color: 885280.

HSL color Cylindrical-coordinate representation of color #20820D: hue angle of 110.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20820D is Cyan = 0.75, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB3213013-
CMYK0.7500.90.49
HSL110.26º81.82%28.04%-
HSV(B)110.26º90%50.98%-
XYZ8.6516.33.07-
YUV87.3686.0388.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 130 (51.17% from 255) = 74.29%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=18.29%
G=74.29%
B=7.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130130.7500.90.49110.2681.8228.04
Hex2082D4B05A316e521c
Octal402021511301326115612234
Binary1000001000001011011001011010110101100011101110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20820D; }

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

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

<style>
 a { background-color: #20820D; }

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

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

<style>
 span { border-color: #20820D; }

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

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