#118416

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

Shades of Forest Green #118416

Tints of Forest Green #118416

Color information

#118416 (or 0x118416) is unknown color: approx Forest Green. HEX triplet: 11, 84 and 16. RGB value is (17,132,22). Sum of RGB (Red+Green+Blue) = 17+132+22=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 132 (51.95% from 255 or 77.19% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 132 - color contains mainly: green. Hex color #118416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118416 is #EE7BE9. Grayscale: #555555. Windows color (decimal): -15629290 or 1475601. OLE color: 1475601.

HSL color Cylindrical-coordinate representation of color #118416: hue angle of 122.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118416 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1713222-
CMYK0.8700.830.48
HSL122.61º77.18%29.22%-
HSV(B)122.61º87.12%51.76%-
XYZ8.6316.683.52-
YUV85.0792.479.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 132 (51.95% from 255) = 77.19%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=9.94%
G=77.19%
B=12.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17132220.8700.830.48122.6177.1829.22
Hex11841657053307b4d1d
Octal212042612701236017311535
Binary1000110000100101101010111010100111100001111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118416; }

 p { color: rgb(17,132,22); }

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

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

 a { background-color: rgb(17,132,22); }

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

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

 span { border-color: rgb(17,132,22); }

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