Html Css Color HEX #118A20 Forest Green

📋 copy color: '#118A20'

red 17 ◦ green 138 ◦ blue 32

#118A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #118A20

Tints of Forest Green #118A20

RGB

 RED value IS 17 (7.03% from 255) = 9.09%

 GREEN value IS 138 (54.3% from 255) = 73.8%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 9.09%
G = 73.8%
B = 17.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#118A20 (or 0x118A20) is known color: Forest Green. HEX triplet: 11, 8A and 20. RGB value is (17,138,32). Sum of RGB (Red+Green+Blue) = 17+138+32=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 138 (54.30% from 255 or 73.80% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 138 - color contains mainly: green. Hex color #118A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A20 is #EE75DF. Grayscale: #5A5A5A. Windows color (decimal): -15627744 or 2132497. OLE color: 2132497.

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

Color convert

RGB 17 138 32 -
CMYK 0.88 0 0.77 0.46
HSL 127.44º 0.78% 0.3% -
HSV(B) 127.44º 0.88% 0.54% -
XYZ 9.58 18.4 4.41 -
YUV 89.74 95.41 76.12 -
System Red Green Blue C M Y K H S L
Decimal 17 138 32 0.88 0 0.77 0.46 127.44 0.78 0.3
Hex 11 8A 20 58 0 4D 2E 7F 4E 1E
Octal 21 212 40 130 0 115 56 177 116 36
Binary 10001 10001010 100000 1011000 0 1001101 101110 1111111 1001110 11110

Color Harmonies of #118A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A20

Black with #118A20

Text Example


Text Example

White with #118A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #118A20;
 }
 .AnyTagClassName
 {
   color: #118A20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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