#1B280B

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

Shades of Pine Tree #1B280B

Tints of Pine Tree #1B280B

Color information

#1B280B (or 0x1B280B) is unknown color: approx Pine Tree. HEX triplet: 1B, 28 and 0B. RGB value is (27,40,11). Sum of RGB (Red+Green+Blue) = 27+40+11=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #1B280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B280B is #E4D7F4. Grayscale: #202020. Windows color (decimal): -14997493 or 731163. OLE color: 731163.

HSL color Cylindrical-coordinate representation of color #1B280B: hue angle of 86.9º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B280B is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB274011-
CMYK0.3300.720.84
HSL86.9º56.86%10%-
HSV(B)86.9º72.5%15.69%-
XYZ1.271.770.59-
YUV32.81115.69123.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 40 (16.02% from 255) = 51.28%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=34.62%
G=51.28%
B=14.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2740110.3300.720.8486.956.8610
Hex1B28B21048545739a
Octal3350134101101241277112
Binary11011101000101110000101001000101010010101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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