Html Css Color HEX #118A1A Forest Green

📋 copy color: '#118A1A'

red 17 ◦ green 138 ◦ blue 26

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

Shades of Forest Green #118A1A

Tints of Forest Green #118A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 9.39%
G = 76.24%
B = 14.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#118A1A (or 0x118A1A) is known color: Forest Green. HEX triplet: 11, 8A and 1A. RGB value is (17,138,26). Sum of RGB (Red+Green+Blue) = 17+138+26=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 138 (54.30% from 255 or 76.24% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 138 - color contains mainly: green. Hex color #118A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A1A is #EE75E5. Grayscale: #595959. Windows color (decimal): -15627750 or 1739281. OLE color: 1739281.

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

Color convert

RGB 17 138 26 -
CMYK 0.88 0 0.81 0.46
HSL 124.46º 0.78% 0.3% -
HSV(B) 124.46º 0.88% 0.54% -
XYZ 9.51 18.37 4.02 -
YUV 89.05 92.41 76.61 -
System Red Green Blue C M Y K H S L
Decimal 17 138 26 0.88 0 0.81 0.46 124.46 0.78 0.3
Hex 11 8A 1A 58 0 51 2E 7C 4E 1E
Octal 21 212 32 130 0 121 56 174 116 36
Binary 10001 10001010 11010 1011000 0 1010001 101110 1111100 1001110 11110

Color Harmonies of #118A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A1A

Black with #118A1A

Text Example


Text Example

White with #118A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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