#1E2618

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

Shades of Pine Tree #1E2618

Tints of Pine Tree #1E2618

Color information

#1E2618 (or 0x1E2618) is unknown color: approx Pine Tree. HEX triplet: 1E, 26 and 18. RGB value is (30,38,24). Sum of RGB (Red+Green+Blue) = 30+38+24=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2618 is #E1D9E7. Grayscale: #222222. Windows color (decimal): -14801384 or 1582622. OLE color: 1582622.

HSL color Cylindrical-coordinate representation of color #1E2618: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E2618 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB303824-
CMYK0.2100.370.85
HSL94.29º22.58%12.16%-
HSV(B)94.29º36.84%14.9%-
XYZ1.391.731.12-
YUV34.01122.35125.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=32.61%
G=41.30%
B=26.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3038240.2100.370.8594.2922.5812.16
Hex1E261815025555e17c
Octal364630250451251362714
Binary111101001101100010101010010110101011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,24); }

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

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

 a { background-color: rgb(30,38,24); }

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

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

 span { border-color: rgb(30,38,24); }

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