Html Css Color HEX #118D20 Forest Green

📋 copy color: '#118D20'

red 17 ◦ green 141 ◦ blue 32

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

Shades of Forest Green #118D20

Tints of Forest Green #118D20

RGB

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

 GREEN value IS 141 (55.47% from 255) = 74.21%

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

R = 8.95%
G = 74.21%
B = 16.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#118D20 (or 0x118D20) is known color: Forest Green. HEX triplet: 11, 8D and 20. RGB value is (17,141,32). Sum of RGB (Red+Green+Blue) = 17+141+32=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #118D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118D20 is #EE72DF. Grayscale: #5B5B5B. Windows color (decimal): -15626976 or 2133265. OLE color: 2133265.

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

Color convert

RGB 17 141 32 -
CMYK 0.88 0 0.77 0.45
HSL 127.26º 0.78% 0.31% -
HSV(B) 127.26º 0.88% 0.55% -
XYZ 10.02 19.27 4.56 -
YUV 91.5 94.42 74.86 -
System Red Green Blue C M Y K H S L
Decimal 17 141 32 0.88 0 0.77 0.45 127.26 0.78 0.31
Hex 11 8D 20 58 0 4D 2D 7F 4E 1F
Octal 21 215 40 130 0 115 55 177 116 37
Binary 10001 10001101 100000 1011000 0 1001101 101101 1111111 1001110 11111

Color Harmonies of #118D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D20

Black with #118D20

Text Example


Text Example

White with #118D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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