Html Css Color HEX #118018 Forest Green

📋 copy color: '#118018'

red 17 ◦ green 128 ◦ blue 24

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

Shades of Forest Green #118018

Tints of Forest Green #118018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 75.74%

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 10.06%
G = 75.74%
B = 14.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#118018 (or 0x118018) is known color: Forest Green. HEX triplet: 11, 80 and 18. RGB value is (17,128,24). Sum of RGB (Red+Green+Blue) = 17+128+24=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #118018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118018 is #EE7FE7. Grayscale: #535353. Windows color (decimal): -15630312 or 1605649. OLE color: 1605649.

HSL color Cylindrical-coordinate representation of color #118018: hue angle of 123.78º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118018 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 128 24 -
CMYK 0.87 0 0.81 0.50
HSL 123.78º 0.77% 0.28% -
HSV(B) 123.78º 0.87% 0.5% -
XYZ 8.12 15.62 3.45 -
YUV 82.96 94.73 80.96 -
System Red Green Blue C M Y K H S L
Decimal 17 128 24 0.87 0 0.81 0.50 123.78 0.77 0.28
Hex 11 80 18 57 0 51 32 7C 4D 1C
Octal 21 200 30 127 0 121 62 174 115 34
Binary 10001 10000000 11000 1010111 0 1010001 110010 1111100 1001101 11100

Color Harmonies of #118018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118018

Black with #118018

Text Example


Text Example

White with #118018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118018; }

 p { color: rgb(17,128,24); }

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

background-color css

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

 a { background-color: rgb(17,128,24); }

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

border-color css

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

 span { border-color: rgb(17,128,24); }

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