#118A1B

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

Shades of Forest Green #118A1B

Tints of Forest Green #118A1B

Color information

#118A1B (or 0x118A1B) is unknown color: approx Forest Green. HEX triplet: 11, 8A and 1B. RGB value is (17,138,27). Sum of RGB (Red+Green+Blue) = 17+138+27=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 138 (54.30% from 255 or 75.82% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 138 - color contains mainly: green. Hex color #118A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A1B is #EE75E4. Grayscale: #595959. Windows color (decimal): -15627749 or 1804817. OLE color: 1804817.

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

Color convert

RGB1713827-
CMYK0.8800.800.46
HSL124.96º78.06%30.39%-
HSV(B)124.96º87.68%54.12%-
XYZ9.5218.384.08-
YUV89.1792.9176.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 138 (54.30% from 255) = 75.82%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=9.34%
G=75.82%
B=14.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138270.8800.800.46124.9678.0630.39
Hex118A1B580502E7d4e1e
Octal212123313001205617511636
Binary1000110001010110111011000010100001011101111101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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