#1A1E15

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

Shades of Pine Tree #1A1E15

Tints of Pine Tree #1A1E15

Color information

#1A1E15 (or 0x1A1E15) is unknown color: approx Pine Tree. HEX triplet: 1A, 1E and 15. RGB value is (26,30,21). Sum of RGB (Red+Green+Blue) = 26+30+21=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E15 is #E5E1EA. Grayscale: #1B1B1B. Windows color (decimal): -15065579 or 1383962. OLE color: 1383962.

HSL color Cylindrical-coordinate representation of color #1A1E15: hue angle of 86.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A1E15 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB263021-
CMYK0.1300.300.88
HSL86.67º17.65%10%-
HSV(B)86.67º30%11.76%-
XYZ1.031.20.89-
YUV27.78124.17126.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=33.77%
G=38.96%
B=27.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2630210.1300.300.8886.6717.6510
Hex1A1E15D01E585712a
Octal323625150361301272212
Binary110101111010101110101111010110001010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,30,21); }

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

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

 a { background-color: rgb(26,30,21); }

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

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

 span { border-color: rgb(26,30,21); }

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