#118D20

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

Shades of Forest Green #118D20

Tints of Forest Green #118D20

Color information

#118D20 (or 0x118D20) is unknown color: approx Forest Green. HEX triplet: 11, 8D and 20. RGB value is (17,141,32). Sum of RGB (Red+Green+Blue) = 17+141+32=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #118D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118D20 is #EE72DF. Grayscale: #5B5B5B. Windows color (decimal): -15626976 or 2133265. OLE color: 2133265.

HSL color Cylindrical-coordinate representation of color #118D20: hue angle of 127.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118D20 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1714132-
CMYK0.8800.770.45
HSL127.26º78.48%30.98%-
HSV(B)127.26º87.94%55.29%-
XYZ10.0219.274.56-
YUV91.594.4274.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 141 (55.47% from 255) = 74.21%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=8.95%
G=74.21%
B=16.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17141320.8800.770.45127.2678.4830.98
Hex118D205804D2D7f4e1f
Octal212154013001155517711637
Binary10001100011011000001011000010011011011011111111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118D20; }

 p { color: rgb(17,141,32); }

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

<style>
 a { background-color: #118D20; }

 a { background-color: rgb(17,141,32); }

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

<style>
 span { border-color: #118D20; }

 span { border-color: rgb(17,141,32); }

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