#121311

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

Shades of Pine Tree #121311

Tints of Pine Tree #121311

Color information

#121311 (or 0x121311) is unknown color: approx Pine Tree. HEX triplet: 12, 13 and 11. RGB value is (18,19,17). Sum of RGB (Red+Green+Blue) = 18+19+17=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 19 - color contains mainly: green. Hex color #121311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121311 is #EDECEE. Grayscale: #121212. Windows color (decimal): -15592687 or 1118994. OLE color: 1118994.

HSL color Cylindrical-coordinate representation of color #121311: 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 #121311 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB181917-
CMYK0.0500.110.93
HSL90º5.56%7.06%-
HSV(B)90º10.53%7.45%-
XYZ0.580.630.62-
YUV18.47127.17127.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=33.33%
G=35.19%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1819170.0500.110.93905.567.06
Hex12131150B5D5a67
Octal222321501313513267
Binary1001010011100011010101110111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121311; }

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

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

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

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

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

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

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

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