#118C13

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

Shades of Forest Green #118C13

Tints of Forest Green #118C13

Color information

#118C13 (or 0x118C13) is unknown color: approx Forest Green. HEX triplet: 11, 8C and 13. RGB value is (17,140,19). Sum of RGB (Red+Green+Blue) = 17+140+19=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 140 (55.08% from 255 or 79.55% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 140 - color contains mainly: green. Hex color #118C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118C13 is #EE73EC. Grayscale: #595959. Windows color (decimal): -15627245 or 1281041. OLE color: 1281041.

HSL color Cylindrical-coordinate representation of color #118C13: hue angle of 120.98º 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 #118C13 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1714019-
CMYK0.8800.860.45
HSL120.98º78.34%30.78%-
HSV(B)120.98º87.86%54.9%-
XYZ9.7318.923.76-
YUV89.4388.2576.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 140 (55.08% from 255) = 79.55%
BLUE value IS 19 (7.81% from 255) = 10.80%
R=9.66%
G=79.55%
B=10.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17140190.8800.860.45120.9878.3430.78
Hex118C13580562D794e1f
Octal212142313001265517111637
Binary1000110001100100111011000010101101011011111001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,140,19); }

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

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

 a { background-color: rgb(17,140,19); }

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

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

 span { border-color: rgb(17,140,19); }

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