Html Css Color HEX #118512 Forest Green

📋 copy color: '#118512'

red 17 ◦ green 133 ◦ blue 18

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

Shades of Forest Green #118512

Tints of Forest Green #118512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 79.17%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 10.12%
G = 79.17%
B = 10.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#118512 (or 0x118512) is known color: Forest Green. HEX triplet: 11, 85 and 12. RGB value is (17,133,18). Sum of RGB (Red+Green+Blue) = 17+133+18=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #118512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118512 is #EE7AED. Grayscale: #555555. Windows color (decimal): -15629038 or 1213713. OLE color: 1213713.

HSL color Cylindrical-coordinate representation of color #118512: hue angle of 120.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118512 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 18 -
CMYK 0.87 0 0.86 0.48
HSL 120.52º 0.77% 0.29% -
HSV(B) 120.52º 0.87% 0.52% -
XYZ 8.73 16.94 3.38 -
YUV 85.21 90.07 79.35 -
System Red Green Blue C M Y K H S L
Decimal 17 133 18 0.87 0 0.86 0.48 120.52 0.77 0.29
Hex 11 85 12 57 0 56 30 79 4D 1D
Octal 21 205 22 127 0 126 60 171 115 35
Binary 10001 10000101 10010 1010111 0 1010110 110000 1111001 1001101 11101

Color Harmonies of #118512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118512

Black with #118512

Text Example


Text Example

White with #118512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118512; }

 p { color: rgb(17,133,18); }

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

background-color css

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

 a { background-color: rgb(17,133,18); }

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

border-color css

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

 span { border-color: rgb(17,133,18); }

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