Html Css Color HEX #118A2D Forest Green

📋 copy color: '#118A2D'

red 17 ◦ green 138 ◦ blue 45

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

Shades of Forest Green #118A2D

Tints of Forest Green #118A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 8.5%
G = 69%
B = 22.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#118A2D (or 0x118A2D) is known color: Forest Green. HEX triplet: 11, 8A and 2D. RGB value is (17,138,45). Sum of RGB (Red+Green+Blue) = 17+138+45=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #118A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A2D is #EE75D2. Grayscale: #5B5B5B. Windows color (decimal): -15627731 or 2984465. OLE color: 2984465.

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

Color convert

RGB 17 138 45 -
CMYK 0.88 0 0.67 0.46
HSL 133.88º 0.78% 0.3% -
HSV(B) 133.88º 0.88% 0.54% -
XYZ 9.79 18.49 5.53 -
YUV 91.22 101.91 75.06 -
System Red Green Blue C M Y K H S L
Decimal 17 138 45 0.88 0 0.67 0.46 133.88 0.78 0.3
Hex 11 8A 2D 58 0 43 2E 86 4E 1E
Octal 21 212 55 130 0 103 56 206 116 36
Binary 10001 10001010 101101 1011000 0 1000011 101110 10000110 1001110 11110

Color Harmonies of #118A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A2D

Black with #118A2D

Text Example


Text Example

White with #118A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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