#1A1C16

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

Shades of Pine Tree #1A1C16

Tints of Pine Tree #1A1C16

Color information

#1A1C16 (or 0x1A1C16) is unknown color: approx Pine Tree. HEX triplet: 1A, 1C and 16. RGB value is (26,28,22). Sum of RGB (Red+Green+Blue) = 26+28+22=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C16 is #E5E3E9. Grayscale: #1A1A1A. Windows color (decimal): -15066090 or 1448986. OLE color: 1448986.

HSL color Cylindrical-coordinate representation of color #1A1C16: hue angle of 80º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1A1C16 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB262822-
CMYK0.0700.210.89
HSL80º12%9.8%-
HSV(B)80º21.43%10.98%-
XYZ0.991.110.92-
YUV26.72125.34127.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=34.21%
G=36.84%
B=28.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2628220.0700.210.8980129.8
Hex1A1C1670155950ca
Octal32342670251311201412
Binary1101011100101101110101011011001101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1C16; }

 p { color: rgb(26,28,22); }

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

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

 a { background-color: rgb(26,28,22); }

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

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

 span { border-color: rgb(26,28,22); }

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