#118a1f

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

Shades of Forest Green #118A1F

Tints of Forest Green #118A1F

Color information

#118A1F (or 0x118A1F) is unknown color: approx Forest Green. HEX triplet: 11, 8A and 1F. RGB value is (17,138,31). Sum of RGB (Red+Green+Blue) = 17+138+31=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 138 (54.30% from 255 or 74.19% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 138 - color contains mainly: green. Hex color #118A1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A1F is #EE75E0. Grayscale: #595959. Windows color (decimal): -15627745 or 2066961. OLE color: 2066961.

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

Color convert

RGB1713831-
CMYK0.8800.780.46
HSL126.94º78.06%30.39%-
HSV(B)126.94º87.68%54.12%-
XYZ9.5718.44.34-
YUV89.6294.9176.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 138 (54.30% from 255) = 74.19%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=9.14%
G=74.19%
B=16.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138310.8800.780.46126.9478.0630.39
Hex118A1F5804E2E7f4e1e
Octal212123713001165617711636
Binary1000110001010111111011000010011101011101111111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118a1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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