Html Css Color HEX #118C20 Forest Green

📋 copy color: '#118C20'

red 17 ◦ green 140 ◦ blue 32

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

Shades of Forest Green #118C20

Tints of Forest Green #118C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 74.07%

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

R = 8.99%
G = 74.07%
B = 16.93%

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

#118C20 (or 0x118C20) is known color: Forest Green. HEX triplet: 11, 8C and 20. RGB value is (17,140,32). Sum of RGB (Red+Green+Blue) = 17+140+32=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 140 (55.08% from 255 or 74.07% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 140 - color contains mainly: green. Hex color #118C20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118C20 is #EE73DF. Grayscale: #5B5B5B. Windows color (decimal): -15627232 or 2133009. OLE color: 2133009.

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

Color convert

RGB 17 140 32 -
CMYK 0.88 0 0.77 0.45
HSL 127.32º 0.78% 0.31% -
HSV(B) 127.32º 0.88% 0.55% -
XYZ 9.87 18.98 4.51 -
YUV 90.91 94.75 75.28 -
System Red Green Blue C M Y K H S L
Decimal 17 140 32 0.88 0 0.77 0.45 127.32 0.78 0.31
Hex 11 8C 20 58 0 4D 2D 7F 4E 1F
Octal 21 214 40 130 0 115 55 177 116 37
Binary 10001 10001100 100000 1011000 0 1001101 101101 1111111 1001110 11111

Color Harmonies of #118C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C20

Black with #118C20

Text Example


Text Example

White with #118C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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