#1B2012

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

Shades of Pine Tree #1B2012

Tints of Pine Tree #1B2012

Color information

#1B2012 (or 0x1B2012) is unknown color: approx Pine Tree. HEX triplet: 1B, 20 and 12. RGB value is (27,32,18). Sum of RGB (Red+Green+Blue) = 27+32+18=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #1B2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2012 is #E4DFED. Grayscale: #1C1C1C. Windows color (decimal): -14999534 or 1187867. OLE color: 1187867.

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

Color convert

RGB273218-
CMYK0.1600.440.87
HSL81.43º28%9.8%-
HSV(B)81.43º43.75%12.55%-
XYZ1.081.310.77-
YUV28.91121.84126.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=35.06%
G=41.56%
B=23.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732180.1600.440.8781.43289.8
Hex1B20121002C57511ca
Octal334022200541271213412
Binary110111000001001010000010110010101111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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