#118A2C

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

Shades of Forest Green #118A2C

Tints of Forest Green #118A2C

Color information

#118A2C (or 0x118A2C) is unknown color: approx Forest Green. HEX triplet: 11, 8A and 2C. RGB value is (17,138,44). Sum of RGB (Red+Green+Blue) = 17+138+44=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #118A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A2C is #EE75D3. Grayscale: #5B5B5B. Windows color (decimal): -15627732 or 2918929. OLE color: 2918929.

HSL color Cylindrical-coordinate representation of color #118A2C: hue angle of 133.39º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A2C is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1713844-
CMYK0.8800.680.46
HSL133.39º78.06%30.39%-
HSV(B)133.39º87.68%54.12%-
XYZ9.7718.485.43-
YUV91.1101.4175.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 138 (54.30% from 255) = 69.35%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=8.54%
G=69.35%
B=22.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138440.8800.680.46133.3978.0630.39
Hex118A2C580442E854e1e
Octal212125413001045620511636
Binary100011000101010110010110000100010010111010000101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,138,44); }

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

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

 a { background-color: rgb(17,138,44); }

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

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

 span { border-color: rgb(17,138,44); }

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