#20770A

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

Shades of Forest Green #20770A

Tints of Forest Green #20770A

Color information

#20770A (or 0x20770A) is unknown color: approx Forest Green. HEX triplet: 20, 77 and 0A. RGB value is (32,119,10). Sum of RGB (Red+Green+Blue) = 32+119+10=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #20770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20770A is #DF88F5. Grayscale: #505050. Windows color (decimal): -14649590 or 685856. OLE color: 685856.

HSL color Cylindrical-coordinate representation of color #20770A: hue angle of 107.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20770A is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB3211910-
CMYK0.7300.920.53
HSL107.89º84.5%25.29%-
HSV(B)107.89º91.6%46.67%-
XYZ7.2513.522.52-
YUV80.5688.1893.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=19.88%
G=73.91%
B=6.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119100.7300.920.53107.8984.525.29
Hex2077A4905C356c5419
Octal401671211101346515412431
Binary100000111011110101001001010111001101011101100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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