#20780C

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

Shades of Forest Green #20780C

Tints of Forest Green #20780C

Color information

#20780C (or 0x20780C) is unknown color: approx Forest Green. HEX triplet: 20, 78 and 0C. RGB value is (32,120,12). Sum of RGB (Red+Green+Blue) = 32+120+12=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 120 (47.27% from 255 or 73.17% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 120 - color contains mainly: green. Hex color #20780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20780C is #DF87F3. Grayscale: #515151. Windows color (decimal): -14649332 or 817184. OLE color: 817184.

HSL color Cylindrical-coordinate representation of color #20780C: hue angle of 108.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20780C is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB3212012-
CMYK0.7300.900.53
HSL108.89º81.82%25.88%-
HSV(B)108.89º90%47.06%-
XYZ7.3813.772.62-
YUV81.3888.8592.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 120 (47.27% from 255) = 73.17%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=19.51%
G=73.17%
B=7.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32120120.7300.900.53108.8981.8225.88
Hex2078C4905A356d521a
Octal401701411101326515512232
Binary100000111100011001001001010110101101011101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20780C; }

 p { color: rgb(32,120,12); }

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

<style>
 a { background-color: #20780C; }

 a { background-color: rgb(32,120,12); }

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

<style>
 span { border-color: #20780C; }

 span { border-color: rgb(32,120,12); }

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