Html Css Color HEX #118A2A Forest Green

📋 copy color: '#118A2A'

red 17 ◦ green 138 ◦ blue 42

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

Shades of Forest Green #118A2A

Tints of Forest Green #118A2A

RGB

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

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

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

R = 8.63%
G = 70.05%
B = 21.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#118A2A (or 0x118A2A) is known color: Forest Green. HEX triplet: 11, 8A and 2A. RGB value is (17,138,42). Sum of RGB (Red+Green+Blue) = 17+138+42=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #118A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A2A is #EE75D5. Grayscale: #5B5B5B. Windows color (decimal): -15627734 or 2787857. OLE color: 2787857.

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

Color convert

RGB 17 138 42 -
CMYK 0.88 0 0.70 0.46
HSL 132.4º 0.78% 0.3% -
HSV(B) 132.4º 0.88% 0.54% -
XYZ 9.74 18.46 5.24 -
YUV 90.88 100.41 75.31 -
System Red Green Blue C M Y K H S L
Decimal 17 138 42 0.88 0 0.70 0.46 132.4 0.78 0.3
Hex 11 8A 2A 58 0 46 2E 84 4E 1E
Octal 21 212 52 130 0 106 56 204 116 36
Binary 10001 10001010 101010 1011000 0 1000110 101110 10000100 1001110 11110

Color Harmonies of #118A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A2A

Black with #118A2A

Text Example


Text Example

White with #118A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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