#1B2412

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

Shades of Pine Tree #1B2412

Tints of Pine Tree #1B2412

Color information

#1B2412 (or 0x1B2412) is unknown color: approx Pine Tree. HEX triplet: 1B, 24 and 12. RGB value is (27,36,18). Sum of RGB (Red+Green+Blue) = 27+36+18=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2412 is #E4DBED. Grayscale: #1F1F1F. Windows color (decimal): -14998510 or 1188891. OLE color: 1188891.

HSL color Cylindrical-coordinate representation of color #1B2412: hue angle of 90º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B2412 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB273618-
CMYK0.2500.50.86
HSL90º33.33%10.59%-
HSV(B)90º50%14.12%-
XYZ1.191.540.81-
YUV31.26120.52124.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2736180.2500.50.869033.3310.59
Hex1B241219032565a21b
Octal334422310621261324113
Binary1101110010010010110010110010101011010110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,18); }

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

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

 a { background-color: rgb(27,36,18); }

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

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

 span { border-color: rgb(27,36,18); }

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