#112705

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

Shades of Pine Tree #112705

Tints of Pine Tree #112705

Color information

#112705 (or 0x112705) is unknown color: approx Pine Tree. HEX triplet: 11, 27 and 05. RGB value is (17,39,5). Sum of RGB (Red+Green+Blue) = 17+39+5=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #112705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112705 is #EED8FA. Grayscale: #1C1C1C. Windows color (decimal): -15653115 or 337681. OLE color: 337681.

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

Color convert

RGB17395-
CMYK0.5600.870.85
HSL98.82º77.27%8.63%-
HSV(B)98.82º87.18%15.29%-
XYZ0.981.580.4-
YUV28.55114.71119.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 39 (15.62% from 255) = 63.93%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=27.87%
G=63.93%
B=8.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173950.5600.870.8598.8277.278.63
Hex112753805755634d9
Octal2147570012712514311511
Binary10001100111101111000010101111010101110001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112705; }

 p { color: rgb(17,39,5); }

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

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

 a { background-color: rgb(17,39,5); }

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

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

 span { border-color: rgb(17,39,5); }

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