#1A260C

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

Shades of Pine Tree #1A260C

Tints of Pine Tree #1A260C

Color information

#1A260C (or 0x1A260C) is unknown color: approx Pine Tree. HEX triplet: 1A, 26 and 0C. RGB value is (26,38,12). Sum of RGB (Red+Green+Blue) = 26+38+12=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #1A260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A260C is #E5D9F3. Grayscale: #1F1F1F. Windows color (decimal): -15063540 or 796186. OLE color: 796186.

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

Color convert

RGB263812-
CMYK0.3200.680.85
HSL87.69º52%9.8%-
HSV(B)87.69º68.42%14.9%-
XYZ1.191.630.6-
YUV31.45117.02124.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=34.21%
G=50%
B=15.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2638120.3200.680.8587.69529.8
Hex1A26C20044555834a
Octal3246144001041251306412
Binary11010100110110010000001000100101010110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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