#111210

Color #111210 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #111210

Tints of Pine Tree #111210

Color information

#111210 (or 0x111210) is unknown color: approx Pine Tree. HEX triplet: 11, 12 and 10. RGB value is (17,18,16). Sum of RGB (Red+Green+Blue) = 17+18+16=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 18 - color contains mainly: green. Hex color #111210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111210 is #EEEDEF. Grayscale: #111111. Windows color (decimal): -15658480 or 1053201. OLE color: 1053201.

HSL color Cylindrical-coordinate representation of color #111210: hue angle of 90º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #111210 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB171816-
CMYK0.0600.110.93
HSL90º5.88%6.67%-
HSV(B)90º11.11%7.06%-
XYZ0.540.590.58-
YUV17.47127.17127.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=33.33%
G=35.29%
B=31.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1718160.0600.110.93905.886.67
Hex11121060B5D5a67
Octal212220601313513267
Binary1000110010100001100101110111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111210; }

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

 H1.HeaderClassName
 {
   color: #111210;
 }
 .AnyTagClassName
 {
   color: #111210;
 }
</style>
background-color css

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

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

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

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

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

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