#11170D

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

Shades of Pine Tree #11170D

Tints of Pine Tree #11170D

Color information

#11170D (or 0x11170D) is unknown color: approx Pine Tree. HEX triplet: 11, 17 and 0D. RGB value is (17,23,13). Sum of RGB (Red+Green+Blue) = 17+23+13=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #11170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170D is #EEE8F2. Grayscale: #141414. Windows color (decimal): -15657203 or 857873. OLE color: 857873.

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

Color convert

RGB172313-
CMYK0.2600.430.91
HSL96º27.78%7.06%-
HSV(B)96º43.48%9.02%-
XYZ0.610.760.5-
YUV20.07124.01125.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 23 (9.38% from 255) = 43.40%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=32.08%
G=43.40%
B=24.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1723130.2600.430.919627.787.06
Hex1117D1A02B5B601c7
Octal21271532053133140347
Binary100011011111011101001010111011011110000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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