#1A280E

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

Shades of Pine Tree #1A280E

Tints of Pine Tree #1A280E

Color information

#1A280E (or 0x1A280E) is unknown color: approx Pine Tree. HEX triplet: 1A, 28 and 0E. RGB value is (26,40,14). Sum of RGB (Red+Green+Blue) = 26+40+14=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #1A280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A280E is #E5D7F1. Grayscale: #202020. Windows color (decimal): -15063026 or 927770. OLE color: 927770.

HSL color Cylindrical-coordinate representation of color #1A280E: hue angle of 92.31º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A280E is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB264014-
CMYK0.3500.650.84
HSL92.31º48.15%10.59%-
HSV(B)92.31º65%15.69%-
XYZ1.261.770.69-
YUV32.85117.36123.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=32.5%
G=50%
B=17.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2640140.3500.650.8492.3148.1510.59
Hex1A28E23041545c30b
Octal3250164301011241346013
Binary11010101000111010001101000001101010010111001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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