#20802D

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

Shades of Forest Green #20802D

Tints of Forest Green #20802D

Color information

#20802D (or 0x20802D) is unknown color: approx Forest Green. HEX triplet: 20, 80 and 2D. RGB value is (32,128,45). Sum of RGB (Red+Green+Blue) = 32+128+45=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #20802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20802D is #DF7FD2. Grayscale: #5A5A5A. Windows color (decimal): -14647251 or 2981920. OLE color: 2981920.

HSL color Cylindrical-coordinate representation of color #20802D: hue angle of 128.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20802D is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB3212845-
CMYK0.7500.650.50
HSL128.12º60%31.37%-
HSV(B)128.12º75%50.2%-
XYZ8.7915.935.1-
YUV89.83102.786.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 128 (50.39% from 255) = 62.44%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=15.61%
G=62.44%
B=21.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32128450.7500.650.50128.126031.37
Hex20802D4B04132803c1f
Octal40200551130101622007437
Binary100000100000001011011001011010000011100101000000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,128,45); }

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

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

 a { background-color: rgb(32,128,45); }

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

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

 span { border-color: rgb(32,128,45); }

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