#1B1E15

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

Shades of Pine Tree #1B1E15

Tints of Pine Tree #1B1E15

Color information

#1B1E15 (or 0x1B1E15) is unknown color: approx Pine Tree. HEX triplet: 1B, 1E and 15. RGB value is (27,30,21). Sum of RGB (Red+Green+Blue) = 27+30+21=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E15 is #E4E1EA. Grayscale: #1C1C1C. Windows color (decimal): -15000043 or 1383963. OLE color: 1383963.

HSL color Cylindrical-coordinate representation of color #1B1E15: hue angle of 80º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B1E15 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB273021-
CMYK0.1000.300.88
HSL80º17.65%10%-
HSV(B)80º30%11.76%-
XYZ1.051.220.89-
YUV28.08124.01127.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=34.62%
G=38.46%
B=26.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2730210.1000.300.888017.6510
Hex1B1E15A01E585012a
Octal333625120361301202212
Binary110111111010101101001111010110001010000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,30,21); }

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

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

 a { background-color: rgb(27,30,21); }

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

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

 span { border-color: rgb(27,30,21); }

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