#1B260A

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

Shades of Pine Tree #1B260A

Tints of Pine Tree #1B260A

Color information

#1B260A (or 0x1B260A) is unknown color: approx Pine Tree. HEX triplet: 1B, 26 and 0A. RGB value is (27,38,10). Sum of RGB (Red+Green+Blue) = 27+38+10=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #1B260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B260A is #E4D9F5. Grayscale: #1F1F1F. Windows color (decimal): -14998006 or 665115. OLE color: 665115.

HSL color Cylindrical-coordinate representation of color #1B260A: hue angle of 83.57º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B260A is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB273810-
CMYK0.2900.740.85
HSL83.57º58.33%9.41%-
HSV(B)83.57º73.68%14.9%-
XYZ1.21.640.54-
YUV31.52115.86124.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 38 (15.23% from 255) = 50.67%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=36%
G=50.67%
B=13.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2738100.2900.740.8583.5758.339.41
Hex1B26A1D04A55543a9
Octal3346123501121251247211
Binary1101110011010101110101001010101010110101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,38,10); }

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

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

 a { background-color: rgb(27,38,10); }

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

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

 span { border-color: rgb(27,38,10); }

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