#13170E

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

Shades of Pine Tree #13170E

Tints of Pine Tree #13170E

Color information

#13170E (or 0x13170E) is unknown color: approx Pine Tree. HEX triplet: 13, 17 and 0E. RGB value is (19,23,14). Sum of RGB (Red+Green+Blue) = 19+23+14=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #13170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170E is #ECE8F1. Grayscale: #141414. Windows color (decimal): -15526130 or 923411. OLE color: 923411.

HSL color Cylindrical-coordinate representation of color #13170E: hue angle of 86.67º 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 #13170E is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB192314-
CMYK0.1700.390.91
HSL86.67º24.32%7.25%-
HSV(B)86.67º39.13%9.02%-
XYZ0.650.780.53-
YUV20.78124.17126.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 23 (9.38% from 255) = 41.07%
BLUE value IS 14 (5.86% from 255) = 25%
R=33.93%
G=41.07%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923140.1700.390.9186.6724.327.25
Hex1317E110275B57187
Octal23271621047133127307
Binary100111011111101000101001111011011101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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