#1E280A

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

Shades of Pine Tree #1E280A

Tints of Pine Tree #1E280A

Color information

#1E280A (or 0x1E280A) is unknown color: approx Pine Tree. HEX triplet: 1E, 28 and 0A. RGB value is (30,40,10). Sum of RGB (Red+Green+Blue) = 30+40+10=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #1E280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E280A is #E1D7F5. Grayscale: #212121. Windows color (decimal): -14800886 or 665630. OLE color: 665630.

HSL color Cylindrical-coordinate representation of color #1E280A: hue angle of 80º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E280A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB304010-
CMYK0.2500.750.84
HSL80º60%9.8%-
HSV(B)80º75%15.69%-
XYZ1.351.820.57-
YUV33.59114.69125.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=37.5%
G=50%
B=12.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3040100.2500.750.8480609.8
Hex1E28A1904B54503ca
Octal3650123101131241207412
Binary1111010100010101100101001011101010010100001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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