Html Css Color HEX #118C2A Forest Green

📋 copy color: '#118C2A'

red 17 ◦ green 140 ◦ blue 42

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

Shades of Forest Green #118C2A

Tints of Forest Green #118C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 8.54%
G = 70.35%
B = 21.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#118C2A (or 0x118C2A) is known color: Forest Green. HEX triplet: 11, 8C and 2A. RGB value is (17,140,42). Sum of RGB (Red+Green+Blue) = 17+140+42=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 140 (55.08% from 255 or 70.35% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 140 - color contains mainly: green. Hex color #118C2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118C2A is #EE73D5. Grayscale: #5C5C5C. Windows color (decimal): -15627222 or 2788369. OLE color: 2788369.

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

Color convert

RGB 17 140 42 -
CMYK 0.88 0 0.7 0.45
HSL 132.2º 0.78% 0.31% -
HSV(B) 132.2º 0.88% 0.55% -
XYZ 10.03 19.04 5.34 -
YUV 92.05 99.75 74.47 -
System Red Green Blue C M Y K H S L
Decimal 17 140 42 0.88 0 0.7 0.45 132.2 0.78 0.31
Hex 11 8C 2A 58 0 46 2D 84 4E 1F
Octal 21 214 52 130 0 106 55 204 116 37
Binary 10001 10001100 101010 1011000 0 1000110 101101 10000100 1001110 11111

Color Harmonies of #118C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C2A

Black with #118C2A

Text Example


Text Example

White with #118C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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