#1B3102

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

Shades of Pine Tree #1B3102

Tints of Pine Tree #1B3102

Color information

#1B3102 (or 0x1B3102) is unknown color: approx Pine Tree. HEX triplet: 1B, 31 and 02. RGB value is (27,49,2). Sum of RGB (Red+Green+Blue) = 27+49+2=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3102 is #E4CEFD. Grayscale: #252525. Windows color (decimal): -14995198 or 143643. OLE color: 143643.

HSL color Cylindrical-coordinate representation of color #1B3102: hue angle of 88.09º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B3102 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB27492-
CMYK0.4500.960.81
HSL88.09º92.16%10%-
HSV(B)88.09º95.92%19.22%-
XYZ1.562.430.44-
YUV37.06108.21120.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=34.62%
G=62.82%
B=2.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal274920.4500.960.8188.0992.1610
Hex1B3122D06051585ca
Octal3361255014012113013412
Binary1101111000110101101011000001010001101100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,2); }

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

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

 a { background-color: rgb(27,49,2); }

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

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

 span { border-color: rgb(27,49,2); }

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