#1E280B

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

Shades of Pine Tree #1E280B

Tints of Pine Tree #1E280B

Color information

#1E280B (or 0x1E280B) is unknown color: approx Pine Tree. HEX triplet: 1E, 28 and 0B. RGB value is (30,40,11). Sum of RGB (Red+Green+Blue) = 30+40+11=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #1E280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E280B is #E1D7F4. Grayscale: #212121. Windows color (decimal): -14800885 or 731166. OLE color: 731166.

HSL color Cylindrical-coordinate representation of color #1E280B: hue angle of 80.69º 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 #1E280B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB304011-
CMYK0.2500.720.84
HSL80.69º56.86%10%-
HSV(B)80.69º72.5%15.69%-
XYZ1.351.820.6-
YUV33.7115.19125.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=37.04%
G=49.38%
B=13.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3040110.2500.720.8480.6956.8610
Hex1E28B19048545139a
Octal3650133101101241217112
Binary1111010100010111100101001000101010010100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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