#1B1F15

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

Shades of Pine Tree #1B1F15

Tints of Pine Tree #1B1F15

Color information

#1B1F15 (or 0x1B1F15) is unknown color: approx Pine Tree. HEX triplet: 1B, 1F and 15. RGB value is (27,31,21). Sum of RGB (Red+Green+Blue) = 27+31+21=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1F15 is #E4E0EA. Grayscale: #1C1C1C. Windows color (decimal): -14999787 or 1384219. OLE color: 1384219.

HSL color Cylindrical-coordinate representation of color #1B1F15: hue angle of 84º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B1F15 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB273121-
CMYK0.1300.320.88
HSL84º19.23%10.2%-
HSV(B)84º32.26%12.16%-
XYZ1.081.270.9-
YUV28.66123.67126.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=34.18%
G=39.24%
B=26.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2731210.1300.320.888419.2310.2
Hex1B1F15D020585413a
Octal333725150401301242312
Binary1101111111101011101010000010110001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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