#11170C

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

Shades of Pine Tree #11170C

Tints of Pine Tree #11170C

Color information

#11170C (or 0x11170C) is unknown color: approx Pine Tree. HEX triplet: 11, 17 and 0C. RGB value is (17,23,12). Sum of RGB (Red+Green+Blue) = 17+23+12=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #11170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170C is #EEE8F3. Grayscale: #131313. Windows color (decimal): -15657204 or 792337. OLE color: 792337.

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

Color convert

RGB172312-
CMYK0.2600.480.91
HSL92.73º31.43%6.86%-
HSV(B)92.73º47.83%9.02%-
XYZ0.60.760.46-
YUV19.95123.51125.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=32.69%
G=44.23%
B=23.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1723120.2600.480.9192.7331.436.86
Hex1117C1A0305B5d1f7
Octal21271432060133135377
Binary100011011111001101001100001011011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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