#1B2600

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

Shades of Pine Tree #1B2600

Tints of Pine Tree #1B2600

Color information

#1B2600 (or 0x1B2600) is unknown color: approx Pine Tree. HEX triplet: 1B, 26 and 00. RGB value is (27,38,0). Sum of RGB (Red+Green+Blue) = 27+38+0=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #1B2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2600 is #E4D9FF. Grayscale: #1E1E1E. Windows color (decimal): -14998016 or 9755. OLE color: 9755.

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

Color convert

RGB27380-
CMYK0.29010.85
HSL77.37º100%7.45%-
HSV(B)77.37º100%14.9%-
XYZ1.151.620.25-
YUV30.38110.86125.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 41.54%
GREEN value IS 38 (15.23% from 255) = 58.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.54%
G=58.46%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal273800.29010.8577.371007.45
Hex1B2601D064554d647
Octal334603501441251151447
Binary1101110011001110101100100101010110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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