#1B310D

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

Shades of Pine Tree #1B310D

Tints of Pine Tree #1B310D

Color information

#1B310D (or 0x1B310D) is unknown color: approx Pine Tree. HEX triplet: 1B, 31 and 0D. RGB value is (27,49,13). Sum of RGB (Red+Green+Blue) = 27+49+13=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #1B310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B310D is #E4CEF2. Grayscale: #262626. Windows color (decimal): -14995187 or 864539. OLE color: 864539.

HSL color Cylindrical-coordinate representation of color #1B310D: hue angle of 96.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B310D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB274913-
CMYK0.4500.730.81
HSL96.67º58.06%12.16%-
HSV(B)96.67º73.47%19.22%-
XYZ1.622.460.77-
YUV38.32113.71119.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=30.34%
G=55.06%
B=14.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749130.4500.730.8196.6758.0612.16
Hex1B31D2D04951613ac
Octal3361155501111211417214
Binary11011110001110110110101001001101000111000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,13); }

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

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

 a { background-color: rgb(27,49,13); }

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

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

 span { border-color: rgb(27,49,13); }

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