#1B260C

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

Shades of Pine Tree #1B260C

Tints of Pine Tree #1B260C

Color information

#1B260C (or 0x1B260C) is unknown color: approx Pine Tree. HEX triplet: 1B, 26 and 0C. RGB value is (27,38,12). Sum of RGB (Red+Green+Blue) = 27+38+12=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #1B260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B260C is #E4D9F3. Grayscale: #1F1F1F. Windows color (decimal): -14998004 or 796187. OLE color: 796187.

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

Color convert

RGB273812-
CMYK0.2900.680.85
HSL85.38º52%9.8%-
HSV(B)85.38º68.42%14.9%-
XYZ1.211.650.6-
YUV31.75116.86124.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=35.06%
G=49.35%
B=15.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2738120.2900.680.8585.38529.8
Hex1B26C1D044555534a
Octal3346143501041251256412
Binary1101110011011001110101000100101010110101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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