#20740F

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

Shades of Forest Green #20740F

Tints of Forest Green #20740F

Color information

#20740F (or 0x20740F) is unknown color: approx Forest Green. HEX triplet: 20, 74 and 0F. RGB value is (32,116,15). Sum of RGB (Red+Green+Blue) = 32+116+15=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 116 (45.70% from 255 or 71.17% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 116 - color contains mainly: green. Hex color #20740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20740F is #DF8BF0. Grayscale: #4F4F4F. Windows color (decimal): -14650353 or 1012768. OLE color: 1012768.

HSL color Cylindrical-coordinate representation of color #20740F: hue angle of 109.9º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20740F is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB3211615-
CMYK0.7200.870.55
HSL109.9º77.1%25.69%-
HSV(B)109.9º87.07%45.49%-
XYZ6.9312.832.56-
YUV79.3791.6794.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 116 (45.70% from 255) = 71.17%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=19.63%
G=71.17%
B=9.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32116150.7200.870.55109.977.125.69
Hex2074F48057376e4d1a
Octal401641711001276715611532
Binary100000111010011111001000010101111101111101110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20740F; }

 p { color: rgb(32,116,15); }

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

<style>
 a { background-color: #20740F; }

 a { background-color: rgb(32,116,15); }

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

<style>
 span { border-color: #20740F; }

 span { border-color: rgb(32,116,15); }

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