#20812D

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

Shades of Forest Green #20812D

Tints of Forest Green #20812D

Color information

#20812D (or 0x20812D) is unknown color: approx Forest Green. HEX triplet: 20, 81 and 2D. RGB value is (32,129,45). Sum of RGB (Red+Green+Blue) = 32+129+45=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #20812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20812D is #DF7ED2. Grayscale: #5A5A5A. Windows color (decimal): -14646995 or 2982176. OLE color: 2982176.

HSL color Cylindrical-coordinate representation of color #20812D: hue angle of 128.04º 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 #20812D is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB3212945-
CMYK0.7500.650.49
HSL128.04º60.25%31.57%-
HSV(B)128.04º75.19%50.59%-
XYZ8.9216.25.14-
YUV90.42102.3686.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 129 (50.78% from 255) = 62.62%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=15.53%
G=62.62%
B=21.84%

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
Decimal32129450.7500.650.49128.0460.2531.57
Hex20812D4B04131803c20
Octal40201551130101612007440
Binary1000001000000110110110010110100000111000110000000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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