#1A280A

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

Shades of Pine Tree #1A280A

Tints of Pine Tree #1A280A

Color information

#1A280A (or 0x1A280A) is unknown color: approx Pine Tree. HEX triplet: 1A, 28 and 0A. RGB value is (26,40,10). Sum of RGB (Red+Green+Blue) = 26+40+10=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #1A280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A280A is #E5D7F5. Grayscale: #202020. Windows color (decimal): -15063030 or 665626. OLE color: 665626.

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

Color convert

RGB264010-
CMYK0.3500.750.84
HSL88º60%9.8%-
HSV(B)88º75%15.69%-
XYZ1.241.760.56-
YUV32.39115.36123.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 40 (16.02% from 255) = 52.63%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=34.21%
G=52.63%
B=13.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2640100.3500.750.8488609.8
Hex1A28A2304B54583ca
Octal3250124301131241307412
Binary11010101000101010001101001011101010010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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