#1A1D18

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

Shades of Pine Tree #1A1D18

Tints of Pine Tree #1A1D18

Color information

#1A1D18 (or 0x1A1D18) is unknown color: approx Pine Tree. HEX triplet: 1A, 1D and 18. RGB value is (26,29,24). Sum of RGB (Red+Green+Blue) = 26+29+24=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D18 is #E5E2E7. Grayscale: #1B1B1B. Windows color (decimal): -15065832 or 1580314. OLE color: 1580314.

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

Color convert

RGB262924-
CMYK0.1000.170.89
HSL96º9.43%10.39%-
HSV(B)96º17.24%11.37%-
XYZ1.031.161.03-
YUV27.53126.01126.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.91%
GREEN value IS 29 (11.72% from 255) = 36.71%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=32.91%
G=36.71%
B=30.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2629240.1000.170.89969.4310.39
Hex1A1D18A01159609a
Octal323530120211311401112
Binary11010111011100010100100011011001110000010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,24); }

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

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

 a { background-color: rgb(26,29,24); }

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

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

 span { border-color: rgb(26,29,24); }

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