#1A260D

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

Shades of Pine Tree #1A260D

Tints of Pine Tree #1A260D

Color information

#1A260D (or 0x1A260D) is unknown color: approx Pine Tree. HEX triplet: 1A, 26 and 0D. RGB value is (26,38,13). Sum of RGB (Red+Green+Blue) = 26+38+13=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #1A260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A260D is #E5D9F2. Grayscale: #1F1F1F. Windows color (decimal): -15063539 or 861722. OLE color: 861722.

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

Color convert

RGB263813-
CMYK0.3200.660.85
HSL88.8º49.02%10%-
HSV(B)88.8º65.79%14.9%-
XYZ1.191.630.63-
YUV31.56117.52124.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=33.77%
G=49.35%
B=16.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2638130.3200.660.8588.849.0210
Hex1A26D20042555931a
Octal3246154001021251316112
Binary11010100110110110000001000010101010110110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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