#20770F

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

Shades of Forest Green #20770F

Tints of Forest Green #20770F

Color information

#20770F (or 0x20770F) is unknown color: approx Forest Green. HEX triplet: 20, 77 and 0F. RGB value is (32,119,15). Sum of RGB (Red+Green+Blue) = 32+119+15=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #20770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20770F is #DF88F0. Grayscale: #515151. Windows color (decimal): -14649585 or 1013536. OLE color: 1013536.

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

Color convert

RGB3211915-
CMYK0.7300.870.53
HSL110.19º77.61%26.27%-
HSV(B)110.19º87.39%46.67%-
XYZ7.2813.542.68-
YUV81.1390.6892.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 119 (46.88% from 255) = 71.69%
BLUE value IS 15 (6.25% from 255) = 9.04%
R=19.28%
G=71.69%
B=9.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119150.7300.870.53110.1977.6126.27
Hex2077F49057356e4e1a
Octal401671711101276515611632
Binary100000111011111111001001010101111101011101110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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