#118C32

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

Shades of Forest Green #118C32

Tints of Forest Green #118C32

Color information

#118C32 (or 0x118C32) is unknown color: approx Forest Green. HEX triplet: 11, 8C and 32. RGB value is (17,140,50). Sum of RGB (Red+Green+Blue) = 17+140+50=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 140 (55.08% from 255 or 67.63% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 140 - color contains mainly: green. Hex color #118C32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118C32 is #EE73CD. Grayscale: #5D5D5D. Windows color (decimal): -15627214 or 3312657. OLE color: 3312657.

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

Color convert

RGB1714050-
CMYK0.8800.640.45
HSL136.1º78.34%30.78%-
HSV(B)136.1º87.86%54.9%-
XYZ10.1819.116.17-
YUV92.96103.7573.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 140 (55.08% from 255) = 67.63%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=8.21%
G=67.63%
B=24.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17140500.8800.640.45136.178.3430.78
Hex118C32580402D884e1f
Octal212146213001005521011637
Binary100011000110011001010110000100000010110110001000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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