#118C2E

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

Shades of Forest Green #118C2E

Tints of Forest Green #118C2E

Color information

#118C2E (or 0x118C2E) is unknown color: approx Forest Green. HEX triplet: 11, 8C and 2E. RGB value is (17,140,46). Sum of RGB (Red+Green+Blue) = 17+140+46=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #118C2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118C2E is #EE73D1. Grayscale: #5C5C5C. Windows color (decimal): -15627218 or 3050513. OLE color: 3050513.

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

Color convert

RGB1714046-
CMYK0.8800.670.45
HSL134.15º78.34%30.78%-
HSV(B)134.15º87.86%54.9%-
XYZ10.119.075.73-
YUV92.51101.7574.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 140 (55.08% from 255) = 68.97%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=8.37%
G=68.97%
B=22.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17140460.8800.670.45134.1578.3430.78
Hex118C2E580432D864e1f
Octal212145613001035520611637
Binary100011000110010111010110000100001110110110000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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