#1B2606

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

Shades of Pine Tree #1B2606

Tints of Pine Tree #1B2606

Color information

#1B2606 (or 0x1B2606) is unknown color: approx Pine Tree. HEX triplet: 1B, 26 and 06. RGB value is (27,38,6). Sum of RGB (Red+Green+Blue) = 27+38+6=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #1B2606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2606 is #E4D9F9. Grayscale: #1F1F1F. Windows color (decimal): -14998010 or 402971. OLE color: 402971.

HSL color Cylindrical-coordinate representation of color #1B2606: hue angle of 80.62º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B2606 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB27386-
CMYK0.2900.840.85
HSL80.62º72.73%8.63%-
HSV(B)80.62º84.21%14.9%-
XYZ1.181.630.43-
YUV31.06113.86125.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.03%
GREEN value IS 38 (15.23% from 255) = 53.52%
BLUE value IS 6 (2.73% from 255) = 8.45%
R=38.03%
G=53.52%
B=8.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal273860.2900.840.8580.6272.738.63
Hex1B2661D0545551499
Octal3346635012412512111111
Binary1101110011011011101010101001010101101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,38,6); }

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

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

 a { background-color: rgb(27,38,6); }

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

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

 span { border-color: rgb(27,38,6); }

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