Html Css Color HEX #118213 Forest Green

📋 copy color: '#118213'

red 17 ◦ green 130 ◦ blue 19

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

Shades of Forest Green #118213

Tints of Forest Green #118213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 78.31%

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 10.24%
G = 78.31%
B = 11.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#118213 (or 0x118213) is known color: Forest Green. HEX triplet: 11, 82 and 13. RGB value is (17,130,19). Sum of RGB (Red+Green+Blue) = 17+130+19=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #118213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118213 is #EE7DEC. Grayscale: #535353. Windows color (decimal): -15629805 or 1278481. OLE color: 1278481.

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

Color convert

RGB 17 130 19 -
CMYK 0.87 0 0.85 0.49
HSL 121.06º 0.77% 0.29% -
HSV(B) 121.06º 0.87% 0.51% -
XYZ 8.33 16.13 3.29 -
YUV 83.56 91.56 80.53 -
System Red Green Blue C M Y K H S L
Decimal 17 130 19 0.87 0 0.85 0.49 121.06 0.77 0.29
Hex 11 82 13 57 0 55 31 79 4D 1D
Octal 21 202 23 127 0 125 61 171 115 35
Binary 10001 10000010 10011 1010111 0 1010101 110001 1111001 1001101 11101

Color Harmonies of #118213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118213

Black with #118213

Text Example


Text Example

White with #118213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118213; }

 p { color: rgb(17,130,19); }

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

background-color css

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

 a { background-color: rgb(17,130,19); }

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

border-color css

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

 span { border-color: rgb(17,130,19); }

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