#1E2415

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

Shades of Pine Tree #1E2415

Tints of Pine Tree #1E2415

Color information

#1E2415 (or 0x1E2415) is unknown color: approx Pine Tree. HEX triplet: 1E, 24 and 15. RGB value is (30,36,21). Sum of RGB (Red+Green+Blue) = 30+36+21=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2415 is #E1DBEA. Grayscale: #202020. Windows color (decimal): -14801899 or 1385502. OLE color: 1385502.

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

Color convert

RGB303621-
CMYK0.1700.420.86
HSL84º26.32%11.18%-
HSV(B)84º41.67%14.12%-
XYZ1.31.590.95-
YUV32.5121.51126.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.48%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=34.48%
G=41.38%
B=24.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036210.1700.420.868426.3211.18
Hex1E24151102A56541ab
Octal364425210521261243213
Binary111101001001010110001010101010101101010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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