#1E2414

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

Shades of Pine Tree #1E2414

Tints of Pine Tree #1E2414

Color information

#1E2414 (or 0x1E2414) is unknown color: approx Pine Tree. HEX triplet: 1E, 24 and 14. RGB value is (30,36,20). Sum of RGB (Red+Green+Blue) = 30+36+20=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2414 is #E1DBEB. Grayscale: #202020. Windows color (decimal): -14801900 or 1319966. OLE color: 1319966.

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

Color convert

RGB303620-
CMYK0.1700.440.86
HSL82.5º28.57%10.98%-
HSV(B)82.5º44.44%14.12%-
XYZ1.291.590.9-
YUV32.38121.01126.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.88%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=34.88%
G=41.86%
B=23.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036200.1700.440.8682.528.5710.98
Hex1E24141102C56521db
Octal364424210541261223513
Binary111101001001010010001010110010101101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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