#1B2111

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

Shades of Pine Tree #1B2111

Tints of Pine Tree #1B2111

Color information

#1B2111 (or 0x1B2111) is unknown color: approx Pine Tree. HEX triplet: 1B, 21 and 11. RGB value is (27,33,17). Sum of RGB (Red+Green+Blue) = 27+33+17=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #1B2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2111 is #E4DEEE. Grayscale: #1D1D1D. Windows color (decimal): -14999279 or 1122587. OLE color: 1122587.

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

Color convert

RGB273317-
CMYK0.1800.480.87
HSL82.5º32%9.8%-
HSV(B)82.5º48.48%12.94%-
XYZ1.11.360.74-
YUV29.38121.01126.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=35.06%
G=42.86%
B=22.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2733170.1800.480.8782.5329.8
Hex1B211112030575220a
Octal334121220601271224012
Binary1101110000110001100100110000101011110100101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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