#118A32

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

Shades of Forest Green #118A32

Tints of Forest Green #118A32

Color information

#118A32 (or 0x118A32) is unknown color: approx Forest Green. HEX triplet: 11, 8A and 32. RGB value is (17,138,50). Sum of RGB (Red+Green+Blue) = 17+138+50=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #118A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A32 is #EE75CD. Grayscale: #5C5C5C. Windows color (decimal): -15627726 or 3312145. OLE color: 3312145.

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

Color convert

RGB1713850-
CMYK0.8800.640.46
HSL136.36º78.06%30.39%-
HSV(B)136.36º87.68%54.12%-
XYZ9.918.536.07-
YUV91.79104.4174.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 138 (54.30% from 255) = 67.32%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=8.29%
G=67.32%
B=24.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138500.8800.640.46136.3678.0630.39
Hex118A32580402E884e1e
Octal212126213001005621011636
Binary100011000101011001010110000100000010111010001000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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