#1A2311

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

Shades of Pine Tree #1A2311

Tints of Pine Tree #1A2311

Color information

#1A2311 (or 0x1A2311) is unknown color: approx Pine Tree. HEX triplet: 1A, 23 and 11. RGB value is (26,35,17). Sum of RGB (Red+Green+Blue) = 26+35+17=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #1A2311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2311 is #E5DCEE. Grayscale: #1E1E1E. Windows color (decimal): -15064303 or 1123098. OLE color: 1123098.

HSL color Cylindrical-coordinate representation of color #1A2311: hue angle of 90º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A2311 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB263517-
CMYK0.2600.510.86
HSL90º34.62%10.2%-
HSV(B)90º51.43%13.73%-
XYZ1.131.460.75-
YUV30.26120.52124.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=33.33%
G=44.87%
B=21.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2635170.2600.510.869034.6210.2
Hex1A23111A033565a23a
Octal324321320631261324312
Binary1101010001110001110100110011101011010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,35,17); }

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

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

 a { background-color: rgb(26,35,17); }

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

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

 span { border-color: rgb(26,35,17); }

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