#118812

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

Shades of Forest Green #118812

Tints of Forest Green #118812

Color information

#118812 (or 0x118812) is unknown color: approx Forest Green. HEX triplet: 11, 88 and 12. RGB value is (17,136,18). Sum of RGB (Red+Green+Blue) = 17+136+18=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 136 (53.52% from 255 or 79.53% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 136 - color contains mainly: green. Hex color #118812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118812 is #EE77ED. Grayscale: #575757. Windows color (decimal): -15628270 or 1214481. OLE color: 1214481.

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

Color convert

RGB1713618-
CMYK0.8700.870.47
HSL120.5º77.78%30%-
HSV(B)120.5º87.5%53.33%-
XYZ9.1417.773.52-
YUV86.9789.0878.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 136 (53.52% from 255) = 79.53%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=9.94%
G=79.53%
B=10.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17136180.8700.870.47120.577.7830
Hex118812570572F794e1e
Octal212102212701275717111636
Binary1000110001000100101010111010101111011111111001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118812; }

 p { color: rgb(17,136,18); }

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

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

 a { background-color: rgb(17,136,18); }

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

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

 span { border-color: rgb(17,136,18); }

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