#151812

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

Shades of Pine Tree #151812

Tints of Pine Tree #151812

Color information

#151812 (or 0x151812) is unknown color: approx Pine Tree. HEX triplet: 15, 18 and 12. RGB value is (21,24,18). Sum of RGB (Red+Green+Blue) = 21+24+18=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 24 - color contains mainly: green. Hex color #151812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151812 is #EAE7ED. Grayscale: #161616. Windows color (decimal): -15394798 or 1185813. OLE color: 1185813.

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

Color convert

RGB212418-
CMYK0.1300.250.91
HSL90º14.29%8.24%-
HSV(B)90º25%9.41%-
XYZ0.750.860.7-
YUV22.42125.51126.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=33.33%
G=38.10%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2124180.1300.250.919014.298.24
Hex151812D0195B5ae8
Octal253022150311331321610
Binary10101110001001011010110011011011101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151812; }

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

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

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

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

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

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

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

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