#13170C

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

Shades of Pine Tree #13170C

Tints of Pine Tree #13170C

Color information

#13170C (or 0x13170C) is unknown color: approx Pine Tree. HEX triplet: 13, 17 and 0C. RGB value is (19,23,12). Sum of RGB (Red+Green+Blue) = 19+23+12=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #13170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170C is #ECE8F3. Grayscale: #141414. Windows color (decimal): -15526132 or 792339. OLE color: 792339.

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

Color convert

RGB192312-
CMYK0.1700.480.91
HSL81.82º31.43%6.86%-
HSV(B)81.82º47.83%9.02%-
XYZ0.640.780.46-
YUV20.55123.17126.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 23 (9.38% from 255) = 42.59%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=35.19%
G=42.59%
B=22.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923120.1700.480.9181.8231.436.86
Hex1317C110305B521f7
Octal23271421060133122377
Binary100111011111001000101100001011011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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