#11160D

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

Shades of Pine Tree #11160D

Tints of Pine Tree #11160D

Color information

#11160D (or 0x11160D) is unknown color: approx Pine Tree. HEX triplet: 11, 16 and 0D. RGB value is (17,22,13). Sum of RGB (Red+Green+Blue) = 17+22+13=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #11160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11160D is #EEE9F2. Grayscale: #131313. Windows color (decimal): -15657459 or 857617. OLE color: 857617.

HSL color Cylindrical-coordinate representation of color #11160D: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11160D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB172213-
CMYK0.2300.410.91
HSL93.33º25.71%6.86%-
HSV(B)93.33º40.91%8.63%-
XYZ0.590.720.49-
YUV19.48124.34126.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 22 (8.98% from 255) = 42.31%
BLUE value IS 13 (5.47% from 255) = 25%
R=32.69%
G=42.31%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1722130.2300.410.9193.3325.716.86
Hex1116D170295B5d1a7
Octal21261527051133135327
Binary100011011011011011101010011011011101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11160D; }

 p { color: rgb(17,22,13); }

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

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

 a { background-color: rgb(17,22,13); }

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

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

 span { border-color: rgb(17,22,13); }

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