Html Css Color HEX #118D1E Forest Green

📋 copy color: '#118D1E'

red 17 ◦ green 141 ◦ blue 30

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

Shades of Forest Green #118D1E

Tints of Forest Green #118D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 9.04%
G = 75%
B = 15.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#118D1E (or 0x118D1E) is known color: Forest Green. HEX triplet: 11, 8D and 1E. RGB value is (17,141,30). Sum of RGB (Red+Green+Blue) = 17+141+30=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 141 (55.47% from 255 or 75% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 141 - color contains mainly: green. Hex color #118D1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118D1E is #EE72E1. Grayscale: #5B5B5B. Windows color (decimal): -15626978 or 2002193. OLE color: 2002193.

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

Color convert

RGB 17 141 30 -
CMYK 0.88 0 0.79 0.45
HSL 126.29º 0.78% 0.31% -
HSV(B) 126.29º 0.88% 0.55% -
XYZ 9.99 19.26 4.42 -
YUV 91.27 93.42 75.03 -
System Red Green Blue C M Y K H S L
Decimal 17 141 30 0.88 0 0.79 0.45 126.29 0.78 0.31
Hex 11 8D 1E 58 0 4F 2D 7E 4E 1F
Octal 21 215 36 130 0 117 55 176 116 37
Binary 10001 10001101 11110 1011000 0 1001111 101101 1111110 1001110 11111

Color Harmonies of #118D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D1E

Black with #118D1E

Text Example


Text Example

White with #118D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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