#20710A

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

Shades of Forest Green #20710A

Tints of Forest Green #20710A

Color information

#20710A (or 0x20710A) is unknown color: approx Forest Green. HEX triplet: 20, 71 and 0A. RGB value is (32,113,10). Sum of RGB (Red+Green+Blue) = 32+113+10=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #20710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20710A is #DF8EF5. Grayscale: #4D4D4D. Windows color (decimal): -14651126 or 684320. OLE color: 684320.

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

Color convert

RGB3211310-
CMYK0.7200.910.56
HSL107.18º83.74%24.12%-
HSV(B)107.18º91.15%44.31%-
XYZ6.5612.142.28-
YUV77.0490.1695.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 113 (44.53% from 255) = 72.90%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=20.65%
G=72.90%
B=6.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113100.7200.910.56107.1883.7424.12
Hex2071A4805B386b5418
Octal401611211001337015312430
Binary100000111000110101001000010110111110001101011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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