#1E300E

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

Shades of Pine Tree #1E300E

Tints of Pine Tree #1E300E

Color information

#1E300E (or 0x1E300E) is unknown color: approx Pine Tree. HEX triplet: 1E, 30 and 0E. RGB value is (30,48,14). Sum of RGB (Red+Green+Blue) = 30+48+14=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #1E300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E300E is #E1CFF1. Grayscale: #262626. Windows color (decimal): -14798834 or 929822. OLE color: 929822.

HSL color Cylindrical-coordinate representation of color #1E300E: hue angle of 91.76º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E300E is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB304814-
CMYK0.3700.710.81
HSL91.76º54.84%12.16%-
HSV(B)91.76º70.83%18.82%-
XYZ1.672.420.79-
YUV38.74114.04121.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 14 (5.86% from 255) = 15.22%
R=32.61%
G=52.17%
B=15.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3048140.3700.710.8191.7654.8412.16
Hex1E30E25047515c37c
Octal3660164501071211346714
Binary11110110000111010010101000111101000110111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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