#13170F

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

Shades of Pine Tree #13170F

Tints of Pine Tree #13170F

Color information

#13170F (or 0x13170F) is unknown color: approx Pine Tree. HEX triplet: 13, 17 and 0F. RGB value is (19,23,15). Sum of RGB (Red+Green+Blue) = 19+23+15=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #13170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170F is #ECE8F0. Grayscale: #141414. Windows color (decimal): -15526129 or 988947. OLE color: 988947.

HSL color Cylindrical-coordinate representation of color #13170F: hue angle of 90º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #13170F is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB192315-
CMYK0.1700.350.91
HSL90º21.05%7.45%-
HSV(B)90º34.78%9.02%-
XYZ0.660.790.57-
YUV20.89124.67126.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=33.33%
G=40.35%
B=26.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923150.1700.350.919021.057.45
Hex1317F110235B5a157
Octal23271721043133132257
Binary100111011111111000101000111011011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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