Html Css Color HEX #118F2C Forest Green

📋 copy color: '#118F2C'

red 17 ◦ green 143 ◦ blue 44

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

Shades of Forest Green #118F2C

Tints of Forest Green #118F2C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 70.1%

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 8.33%
G = 70.1%
B = 21.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#118F2C (or 0x118F2C) is known color: Forest Green. HEX triplet: 11, 8F and 2C. RGB value is (17,143,44). Sum of RGB (Red+Green+Blue) = 17+143+44=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 143 (56.25% from 255 or 70.10% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 143 - color contains mainly: green. Hex color #118F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F2C is #EE70D3. Grayscale: #5E5E5E. Windows color (decimal): -15626452 or 2920209. OLE color: 2920209.

HSL color Cylindrical-coordinate representation of color #118F2C: hue angle of 132.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F2C is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 44 -
CMYK 0.88 0 0.69 0.44
HSL 132.86º 0.79% 0.31% -
HSV(B) 132.86º 0.88% 0.56% -
XYZ 10.51 19.95 5.68 -
YUV 94.04 99.76 73.05 -
System Red Green Blue C M Y K H S L
Decimal 17 143 44 0.88 0 0.69 0.44 132.86 0.79 0.31
Hex 11 8F 2C 58 0 45 2C 85 4F 1F
Octal 21 217 54 130 0 105 54 205 117 37
Binary 10001 10001111 101100 1011000 0 1000101 101100 10000101 1001111 11111

Color Harmonies of #118F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F2C

Black with #118F2C

Text Example


Text Example

White with #118F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,44); }

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

background-color css

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

 a { background-color: rgb(17,143,44); }

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

border-color css

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

 span { border-color: rgb(17,143,44); }

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