#112106

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

Shades of Pine Tree #112106

Tints of Pine Tree #112106

Color information

#112106 (or 0x112106) is unknown color: approx Pine Tree. HEX triplet: 11, 21 and 06. RGB value is (17,33,6). Sum of RGB (Red+Green+Blue) = 17+33+6=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #112106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112106 is #EEDEF9. Grayscale: #191919. Windows color (decimal): -15654650 or 401681. OLE color: 401681.

HSL color Cylindrical-coordinate representation of color #112106: hue angle of 95.56º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112106 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB17336-
CMYK0.4800.820.87
HSL95.56º69.23%7.65%-
HSV(B)95.56º81.82%12.94%-
XYZ0.811.220.37-
YUV25.14117.2122.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 33 (13.28% from 255) = 58.93%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=30.36%
G=58.93%
B=10.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173360.4800.820.8795.5669.237.65
Hex11216300525760458
Octal2141660012212714010510
Binary10001100001110110000010100101010111110000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112106; }

 p { color: rgb(17,33,6); }

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

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

 a { background-color: rgb(17,33,6); }

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

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

 span { border-color: rgb(17,33,6); }

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