#1B2813

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

Shades of Pine Tree #1B2813

Tints of Pine Tree #1B2813

Color information

#1B2813 (or 0x1B2813) is unknown color: approx Pine Tree. HEX triplet: 1B, 28 and 13. RGB value is (27,40,19). Sum of RGB (Red+Green+Blue) = 27+40+19=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #1B2813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2813 is #E4D7EC. Grayscale: #212121. Windows color (decimal): -14997485 or 1255451. OLE color: 1255451.

HSL color Cylindrical-coordinate representation of color #1B2813: hue angle of 97.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B2813 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB274019-
CMYK0.3300.520.84
HSL97.14º35.59%11.57%-
HSV(B)97.14º52.5%15.69%-
XYZ1.331.80.89-
YUV33.72119.69123.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.40%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=31.40%
G=46.51%
B=22.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2740190.3300.520.8497.1435.5911.57
Hex1B281321034546124c
Octal335023410641241414414
Binary11011101000100111000010110100101010011000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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