#1B2010

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

Shades of Pine Tree #1B2010

Tints of Pine Tree #1B2010

Color information

#1B2010 (or 0x1B2010) is unknown color: approx Pine Tree. HEX triplet: 1B, 20 and 10. RGB value is (27,32,16). Sum of RGB (Red+Green+Blue) = 27+32+16=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #1B2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2010 is #E4DFEF. Grayscale: #1C1C1C. Windows color (decimal): -14999536 or 1056795. OLE color: 1056795.

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

Color convert

RGB273216-
CMYK0.1600.50.87
HSL78.75º33.33%9.41%-
HSV(B)78.75º50%12.55%-
XYZ1.061.30.69-
YUV28.68120.84126.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=36%
G=42.67%
B=21.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732160.1600.50.8778.7533.339.41
Hex1B201010032574f219
Octal334020200621271174111
Binary1101110000010000100000110010101011110011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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