#1A260E

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

Shades of Pine Tree #1A260E

Tints of Pine Tree #1A260E

Color information

#1A260E (or 0x1A260E) is unknown color: approx Pine Tree. HEX triplet: 1A, 26 and 0E. RGB value is (26,38,14). Sum of RGB (Red+Green+Blue) = 26+38+14=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #1A260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A260E is #E5D9F1. Grayscale: #1F1F1F. Windows color (decimal): -15063538 or 927258. OLE color: 927258.

HSL color Cylindrical-coordinate representation of color #1A260E: hue angle of 90º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A260E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB263814-
CMYK0.3200.630.85
HSL90º46.15%10.2%-
HSV(B)90º63.16%14.9%-
XYZ1.21.640.67-
YUV31.68118.02123.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 48.72%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=33.33%
G=48.72%
B=17.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2638140.3200.630.859046.1510.2
Hex1A26E2003F555a2ea
Octal324616400771251325612
Binary1101010011011101000000111111101010110110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,14); }

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

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

 a { background-color: rgb(26,38,14); }

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

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

 span { border-color: rgb(26,38,14); }

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