Html Css Color HEX #118A1E Forest Green

📋 copy color: '#118A1E'

red 17 ◦ green 138 ◦ blue 30

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

Shades of Forest Green #118A1E

Tints of Forest Green #118A1E

RGB

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

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

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

R = 9.19%
G = 74.59%
B = 16.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#118A1E (or 0x118A1E) is known color: Forest Green. HEX triplet: 11, 8A and 1E. RGB value is (17,138,30). Sum of RGB (Red+Green+Blue) = 17+138+30=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 138 (54.30% from 255 or 74.59% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 138 - color contains mainly: green. Hex color #118A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A1E is #EE75E1. Grayscale: #595959. Windows color (decimal): -15627746 or 2001425. OLE color: 2001425.

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

Color convert

RGB 17 138 30 -
CMYK 0.88 0 0.78 0.46
HSL 126.45º 0.78% 0.3% -
HSV(B) 126.45º 0.88% 0.54% -
XYZ 9.55 18.39 4.27 -
YUV 89.51 94.41 76.28 -
System Red Green Blue C M Y K H S L
Decimal 17 138 30 0.88 0 0.78 0.46 126.45 0.78 0.3
Hex 11 8A 1E 58 0 4E 2E 7E 4E 1E
Octal 21 212 36 130 0 116 56 176 116 36
Binary 10001 10001010 11110 1011000 0 1001110 101110 1111110 1001110 11110

Color Harmonies of #118A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A1E

Black with #118A1E

Text Example


Text Example

White with #118A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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