#1B280E

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

Shades of Pine Tree #1B280E

Tints of Pine Tree #1B280E

Color information

#1B280E (or 0x1B280E) is unknown color: approx Pine Tree. HEX triplet: 1B, 28 and 0E. RGB value is (27,40,14). Sum of RGB (Red+Green+Blue) = 27+40+14=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #1B280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B280E is #E4D7F1. Grayscale: #212121. Windows color (decimal): -14997490 or 927771. OLE color: 927771.

HSL color Cylindrical-coordinate representation of color #1B280E: hue angle of 90º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B280E is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB274014-
CMYK0.3300.650.84
HSL90º48.15%10.59%-
HSV(B)90º65%15.69%-
XYZ1.291.780.69-
YUV33.15117.19123.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=33.33%
G=49.38%
B=17.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2740140.3300.650.849048.1510.59
Hex1B28E21041545a30b
Octal3350164101011241326013
Binary11011101000111010000101000001101010010110101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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