Html Css Color HEX #118514 Forest Green

📋 copy color: '#118514'

red 17 ◦ green 133 ◦ blue 20

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

Shades of Forest Green #118514

Tints of Forest Green #118514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 10%
G = 78.24%
B = 11.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#118514 (or 0x118514) is known color: Forest Green. HEX triplet: 11, 85 and 14. RGB value is (17,133,20). Sum of RGB (Red+Green+Blue) = 17+133+20=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #118514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118514 is #EE7AEB. Grayscale: #555555. Windows color (decimal): -15629036 or 1344785. OLE color: 1344785.

HSL color Cylindrical-coordinate representation of color #118514: hue angle of 121.55º 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 #118514 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 20 -
CMYK 0.87 0 0.85 0.48
HSL 121.55º 0.77% 0.29% -
HSV(B) 121.55º 0.87% 0.52% -
XYZ 8.74 16.94 3.47 -
YUV 85.43 91.07 79.19 -
System Red Green Blue C M Y K H S L
Decimal 17 133 20 0.87 0 0.85 0.48 121.55 0.77 0.29
Hex 11 85 14 57 0 55 30 7A 4D 1D
Octal 21 205 24 127 0 125 60 172 115 35
Binary 10001 10000101 10100 1010111 0 1010101 110000 1111010 1001101 11101

Color Harmonies of #118514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118514

Black with #118514

Text Example


Text Example

White with #118514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118514; }

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

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

background-color css

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

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

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

border-color css

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

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

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