#151913

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

Shades of Pine Tree #151913

Tints of Pine Tree #151913

Color information

#151913 (or 0x151913) is unknown color: approx Pine Tree. HEX triplet: 15, 19 and 13. RGB value is (21,25,19). Sum of RGB (Red+Green+Blue) = 21+25+19=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 25 - color contains mainly: green. Hex color #151913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151913 is #EAE6EC. Grayscale: #171717. Windows color (decimal): -15394541 or 1251605. OLE color: 1251605.

HSL color Cylindrical-coordinate representation of color #151913: hue angle of 100º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151913 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB212519-
CMYK0.1600.240.90
HSL100º13.64%8.63%-
HSV(B)100º24%9.8%-
XYZ0.770.90.75-
YUV23.12125.67126.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=32.31%
G=38.46%
B=29.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2125190.1600.240.9010013.648.63
Hex151913100185A64e9
Octal253123200301321441611
Binary101011100110011100000110001011010110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151913; }

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

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

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

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

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

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

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

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