Html Css Color HEX #118A2B Forest Green

📋 copy color: '#118A2B'

red 17 ◦ green 138 ◦ blue 43

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

Shades of Forest Green #118A2B

Tints of Forest Green #118A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 8.59%
G = 69.7%
B = 21.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#118A2B (or 0x118A2B) is known color: Forest Green. HEX triplet: 11, 8A and 2B. RGB value is (17,138,43). Sum of RGB (Red+Green+Blue) = 17+138+43=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #118A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A2B is #EE75D4. Grayscale: #5B5B5B. Windows color (decimal): -15627733 or 2853393. OLE color: 2853393.

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

Color convert

RGB 17 138 43 -
CMYK 0.88 0 0.69 0.46
HSL 132.89º 0.78% 0.3% -
HSV(B) 132.89º 0.88% 0.54% -
XYZ 9.76 18.47 5.34 -
YUV 90.99 100.91 75.22 -
System Red Green Blue C M Y K H S L
Decimal 17 138 43 0.88 0 0.69 0.46 132.89 0.78 0.3
Hex 11 8A 2B 58 0 45 2E 85 4E 1E
Octal 21 212 53 130 0 105 56 205 116 36
Binary 10001 10001010 101011 1011000 0 1000101 101110 10000101 1001110 11110

Color Harmonies of #118A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A2B

Black with #118A2B

Text Example


Text Example

White with #118A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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