#118A2A

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

Shades of Forest Green #118A2A

Tints of Forest Green #118A2A

Color information

#118A2A (or 0x118A2A) is unknown color: approx Forest Green. HEX triplet: 11, 8A and 2A. RGB value is (17,138,42). Sum of RGB (Red+Green+Blue) = 17+138+42=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #118A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A2A is #EE75D5. Grayscale: #5B5B5B. Windows color (decimal): -15627734 or 2787857. OLE color: 2787857.

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

Color convert

RGB1713842-
CMYK0.8800.700.46
HSL132.4º78.06%30.39%-
HSV(B)132.4º87.68%54.12%-
XYZ9.7418.465.24-
YUV90.88100.4175.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=8.63%
G=70.05%
B=21.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138420.8800.700.46132.478.0630.39
Hex118A2A580462E844e1e
Octal212125213001065620411636
Binary100011000101010101010110000100011010111010000100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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