#1B2513

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

Shades of Pine Tree #1B2513

Tints of Pine Tree #1B2513

Color information

#1B2513 (or 0x1B2513) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 13. RGB value is (27,37,19). Sum of RGB (Red+Green+Blue) = 27+37+19=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2513 is #E4DAEC. Grayscale: #202020. Windows color (decimal): -14998253 or 1254683. OLE color: 1254683.

HSL color Cylindrical-coordinate representation of color #1B2513: hue angle of 93.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B2513 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB273719-
CMYK0.2700.490.85
HSL93.33º32.14%10.98%-
HSV(B)93.33º48.65%14.51%-
XYZ1.231.60.86-
YUV31.96120.69124.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.53%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=32.53%
G=44.58%
B=22.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737190.2700.490.8593.3332.1410.98
Hex1B25131B031555d20b
Octal334523330611251354013
Binary1101110010110011110110110001101010110111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,37,19); }

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

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

 a { background-color: rgb(27,37,19); }

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

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

 span { border-color: rgb(27,37,19); }

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