#11170E

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

Shades of Pine Tree #11170E

Tints of Pine Tree #11170E

Color information

#11170E (or 0x11170E) is unknown color: approx Pine Tree. HEX triplet: 11, 17 and 0E. RGB value is (17,23,14). Sum of RGB (Red+Green+Blue) = 17+23+14=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #11170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170E is #EEE8F1. Grayscale: #141414. Windows color (decimal): -15657202 or 923409. OLE color: 923409.

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

Color convert

RGB172314-
CMYK0.2600.390.91
HSL100º24.32%7.25%-
HSV(B)100º39.13%9.02%-
XYZ0.620.760.53-
YUV20.18124.51125.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 23 (9.38% from 255) = 42.59%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=31.48%
G=42.59%
B=25.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1723140.2600.390.9110024.327.25
Hex1117E1A0275B64187
Octal21271632047133144307
Binary100011011111101101001001111011011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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