#1E280E

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

Shades of Pine Tree #1E280E

Tints of Pine Tree #1E280E

Color information

#1E280E (or 0x1E280E) is unknown color: approx Pine Tree. HEX triplet: 1E, 28 and 0E. RGB value is (30,40,14). Sum of RGB (Red+Green+Blue) = 30+40+14=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #1E280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E280E is #E1D7F1. Grayscale: #222222. Windows color (decimal): -14800882 or 927774. OLE color: 927774.

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

Color convert

RGB304014-
CMYK0.2500.650.84
HSL83.08º48.15%10.59%-
HSV(B)83.08º65%15.69%-
XYZ1.371.830.7-
YUV34.05116.69125.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 40 (16.02% from 255) = 47.62%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=35.71%
G=47.62%
B=16.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3040140.2500.650.8483.0848.1510.59
Hex1E28E19041545330b
Octal3650163101011241236013
Binary1111010100011101100101000001101010010100111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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