#151712

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

Shades of Pine Tree #151712

Tints of Pine Tree #151712

Color information

#151712 (or 0x151712) is unknown color: approx Pine Tree. HEX triplet: 15, 17 and 12. RGB value is (21,23,18). Sum of RGB (Red+Green+Blue) = 21+23+18=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 23 - color contains mainly: green. Hex color #151712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151712 is #EAE8ED. Grayscale: #151515. Windows color (decimal): -15395054 or 1185557. OLE color: 1185557.

HSL color Cylindrical-coordinate representation of color #151712: hue angle of 84º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #151712 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB212318-
CMYK0.0900.220.91
HSL84º12.2%8.04%-
HSV(B)84º21.74%9.02%-
XYZ0.720.820.69-
YUV21.83125.84127.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 23 (9.38% from 255) = 37.10%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=33.87%
G=37.10%
B=29.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2123180.0900.220.918412.28.04
Hex15171290165B54c8
Octal252722110261331241410
Binary10101101111001010010101101011011101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151712; }

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

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

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

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

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

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

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

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