#1B2415

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

Shades of Pine Tree #1B2415

Tints of Pine Tree #1B2415

Color information

#1B2415 (or 0x1B2415) is unknown color: approx Pine Tree. HEX triplet: 1B, 24 and 15. RGB value is (27,36,21). Sum of RGB (Red+Green+Blue) = 27+36+21=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2415 is #E4DBEA. Grayscale: #1F1F1F. Windows color (decimal): -14998507 or 1385499. OLE color: 1385499.

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

Color convert

RGB273621-
CMYK0.2500.420.86
HSL96º26.32%11.18%-
HSV(B)96º41.67%14.12%-
XYZ1.221.550.94-
YUV31.6122.02124.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.14%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 21 (8.59% from 255) = 25%
R=32.14%
G=42.86%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2736210.2500.420.869626.3211.18
Hex1B24151902A56601ab
Octal334425310521261403213
Binary110111001001010111001010101010101101100000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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