#11130D

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

Shades of Pine Tree #11130D

Tints of Pine Tree #11130D

Color information

#11130D (or 0x11130D) is unknown color: approx Pine Tree. HEX triplet: 11, 13 and 0D. RGB value is (17,19,13). Sum of RGB (Red+Green+Blue) = 17+19+13=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #11130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11130D is #EEECF2. Grayscale: #111111. Windows color (decimal): -15658227 or 856849. OLE color: 856849.

HSL color Cylindrical-coordinate representation of color #11130D: hue angle of 80º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #11130D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB171913-
CMYK0.1100.320.93
HSL80º18.75%6.27%-
HSV(B)80º31.58%7.45%-
XYZ0.540.610.47-
YUV17.72125.34127.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=34.69%
G=38.78%
B=26.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1719130.1100.320.938018.756.27
Hex1113DB0205D50136
Octal21231513040135120236
Binary10001100111101101101000001011101101000010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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