#1B2410

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

Shades of Pine Tree #1B2410

Tints of Pine Tree #1B2410

Color information

#1B2410 (or 0x1B2410) is unknown color: approx Pine Tree. HEX triplet: 1B, 24 and 10. RGB value is (27,36,16). Sum of RGB (Red+Green+Blue) = 27+36+16=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2410 is #E4DBEF. Grayscale: #1F1F1F. Windows color (decimal): -14998512 or 1057819. OLE color: 1057819.

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

Color convert

RGB273616-
CMYK0.2500.560.86
HSL87º38.46%10.2%-
HSV(B)87º55.56%14.12%-
XYZ1.181.530.72-
YUV31.03119.52125.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 36 (14.45% from 255) = 45.57%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=34.18%
G=45.57%
B=20.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2736160.2500.560.868738.4610.2
Hex1B241019038565726a
Octal334420310701261274612
Binary1101110010010000110010111000101011010101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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