#13190F

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

Shades of Pine Tree #13190F

Tints of Pine Tree #13190F

Color information

#13190F (or 0x13190F) is unknown color: approx Pine Tree. HEX triplet: 13, 19 and 0F. RGB value is (19,25,15). Sum of RGB (Red+Green+Blue) = 19+25+15=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #13190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13190F is #ECE6F0. Grayscale: #161616. Windows color (decimal): -15525617 or 989459. OLE color: 989459.

HSL color Cylindrical-coordinate representation of color #13190F: hue angle of 96º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #13190F is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB192515-
CMYK0.2400.400.90
HSL96º25%7.84%-
HSV(B)96º40%9.8%-
XYZ0.70.870.58-
YUV22.07124.01125.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=32.20%
G=42.37%
B=25.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925150.2400.400.9096257.84
Hex1319F180285A60198
Octal233117300501321403110
Binary1001111001111111000010100010110101100000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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