#1A2611

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

Shades of Pine Tree #1A2611

Tints of Pine Tree #1A2611

Color information

#1A2611 (or 0x1A2611) is unknown color: approx Pine Tree. HEX triplet: 1A, 26 and 11. RGB value is (26,38,17). Sum of RGB (Red+Green+Blue) = 26+38+17=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #1A2611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2611 is #E5D9EE. Grayscale: #202020. Windows color (decimal): -15063535 or 1123866. OLE color: 1123866.

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

Color convert

RGB263817-
CMYK0.3200.550.85
HSL94.29º38.18%10.78%-
HSV(B)94.29º55.26%14.9%-
XYZ1.221.650.78-
YUV32.02119.52123.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 38 (15.23% from 255) = 46.91%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=32.10%
G=46.91%
B=20.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2638170.3200.550.8594.2938.1810.78
Hex1A261120037555e26b
Octal324621400671251364613
Binary11010100110100011000000110111101010110111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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