#151912

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

Shades of Pine Tree #151912

Tints of Pine Tree #151912

Color information

#151912 (or 0x151912) is unknown color: approx Pine Tree. HEX triplet: 15, 19 and 12. RGB value is (21,25,18). Sum of RGB (Red+Green+Blue) = 21+25+18=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #151912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151912 is #EAE6ED. Grayscale: #171717. Windows color (decimal): -15394542 or 1186069. OLE color: 1186069.

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

Color convert

RGB212518-
CMYK0.1600.280.90
HSL94.29º16.28%8.43%-
HSV(B)94.29º28%9.8%-
XYZ0.770.90.71-
YUV23.01125.17126.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=32.81%
G=39.06%
B=28.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2125180.1600.280.9094.2916.288.43
Hex1519121001C5A5e108
Octal253122200341321362010
Binary1010111001100101000001110010110101011110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151912; }

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

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

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

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

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

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

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

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