#20821A

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

Shades of Forest Green #20821A

Tints of Forest Green #20821A

Color information

#20821A (or 0x20821A) is unknown color: approx Forest Green. HEX triplet: 20, 82 and 1A. RGB value is (32,130,26). Sum of RGB (Red+Green+Blue) = 32+130+26=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #20821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20821A is #DF7DE5. Grayscale: #595959. Windows color (decimal): -14646758 or 1737248. OLE color: 1737248.

HSL color Cylindrical-coordinate representation of color #20821A: hue angle of 116.54º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20821A is Cyan = 0.75, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB3213026-
CMYK0.7500.80.49
HSL116.54º66.67%30.59%-
HSV(B)116.54º80%50.98%-
XYZ8.7616.353.67-
YUV88.8492.5387.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 130 (51.17% from 255) = 69.15%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=17.02%
G=69.15%
B=13.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130260.7500.80.49116.5466.6730.59
Hex20821A4B0503175431f
Octal402023211301206116510337
Binary10000010000010110101001011010100001100011110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20821A; }

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

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

<style>
 a { background-color: #20821A; }

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

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

<style>
 span { border-color: #20821A; }

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

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