#1B2605

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

Shades of Pine Tree #1B2605

Tints of Pine Tree #1B2605

Color information

#1B2605 (or 0x1B2605) is unknown color: approx Pine Tree. HEX triplet: 1B, 26 and 05. RGB value is (27,38,5). Sum of RGB (Red+Green+Blue) = 27+38+5=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #1B2605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2605 is #E4D9FA. Grayscale: #1F1F1F. Windows color (decimal): -14998011 or 337435. OLE color: 337435.

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

Color convert

RGB27385-
CMYK0.2900.870.85
HSL80º76.74%8.43%-
HSV(B)80º86.84%14.9%-
XYZ1.171.630.4-
YUV30.95113.36125.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.57%
GREEN value IS 38 (15.23% from 255) = 54.29%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=38.57%
G=54.29%
B=7.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal273850.2900.870.858076.748.43
Hex1B2651D05755504d8
Octal3346535012712512011510
Binary1101110011010111101010101111010101101000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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