#20711A

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

Shades of Forest Green #20711A

Tints of Forest Green #20711A

Color information

#20711A (or 0x20711A) is unknown color: approx Forest Green. HEX triplet: 20, 71 and 1A. RGB value is (32,113,26). Sum of RGB (Red+Green+Blue) = 32+113+26=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #20711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20711A is #DF8EE5. Grayscale: #4F4F4F. Windows color (decimal): -14651110 or 1732896. OLE color: 1732896.

HSL color Cylindrical-coordinate representation of color #20711A: hue angle of 115.86º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20711A is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB3211326-
CMYK0.7200.770.56
HSL115.86º62.59%27.25%-
HSV(B)115.86º76.99%44.31%-
XYZ6.6912.192.98-
YUV78.8698.1694.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=18.71%
G=66.08%
B=15.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113260.7200.770.56115.8662.5927.25
Hex20711A4804D38743f1b
Octal40161321100115701647733
Binary100000111000111010100100001001101111000111010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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