#112005

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

Shades of Pine Tree #112005

Tints of Pine Tree #112005

Color information

#112005 (or 0x112005) is unknown color: approx Pine Tree. HEX triplet: 11, 20 and 05. RGB value is (17,32,5). Sum of RGB (Red+Green+Blue) = 17+32+5=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #112005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112005 is #EEDFFA. Grayscale: #181818. Windows color (decimal): -15654907 or 335889. OLE color: 335889.

HSL color Cylindrical-coordinate representation of color #112005: hue angle of 93.33º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112005 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB17325-
CMYK0.4700.840.87
HSL93.33º72.97%7.25%-
HSV(B)93.33º84.38%12.55%-
XYZ0.781.160.33-
YUV24.44117.03122.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 32 (12.89% from 255) = 59.26%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=31.48%
G=59.26%
B=9.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal173250.4700.840.8793.3372.977.25
Hex112052F054575d497
Octal214055701241271351117
Binary1000110000010110111101010100101011110111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112005; }

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

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

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

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

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

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

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

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