#1B2211

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

Shades of Pine Tree #1B2211

Tints of Pine Tree #1B2211

Color information

#1B2211 (or 0x1B2211) is unknown color: approx Pine Tree. HEX triplet: 1B, 22 and 11. RGB value is (27,34,17). Sum of RGB (Red+Green+Blue) = 27+34+17=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #1B2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2211 is #E4DDEE. Grayscale: #1E1E1E. Windows color (decimal): -14999023 or 1122843. OLE color: 1122843.

HSL color Cylindrical-coordinate representation of color #1B2211: hue angle of 84.71º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B2211 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB273417-
CMYK0.2100.500.87
HSL84.71º33.33%10%-
HSV(B)84.71º50%13.33%-
XYZ1.131.420.74-
YUV29.97120.68125.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 34 (13.67% from 255) = 43.59%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=34.62%
G=43.59%
B=21.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2734170.2100.500.8784.7133.3310
Hex1B221115032575521a
Octal334221250621271254112
Binary1101110001010001101010110010101011110101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,34,17); }

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

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

 a { background-color: rgb(27,34,17); }

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

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

 span { border-color: rgb(27,34,17); }

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