#1E2418

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

Shades of Pine Tree #1E2418

Tints of Pine Tree #1E2418

Color information

#1E2418 (or 0x1E2418) is unknown color: approx Pine Tree. HEX triplet: 1E, 24 and 18. RGB value is (30,36,24). Sum of RGB (Red+Green+Blue) = 30+36+24=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2418 is #E1DBE7. Grayscale: #202020. Windows color (decimal): -14801896 or 1582110. OLE color: 1582110.

HSL color Cylindrical-coordinate representation of color #1E2418: hue angle of 90º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E2418 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB303624-
CMYK0.1700.330.86
HSL90º20%11.76%-
HSV(B)90º33.33%14.12%-
XYZ1.331.61.1-
YUV32.84123.01125.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=33.33%
G=40%
B=26.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036240.1700.330.86902011.76
Hex1E241811021565a14c
Octal364430210411261322414
Binary111101001001100010001010000110101101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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