#1D2415

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

Shades of Pine Tree #1D2415

Tints of Pine Tree #1D2415

Color information

#1D2415 (or 0x1D2415) is unknown color: approx Pine Tree. HEX triplet: 1D, 24 and 15. RGB value is (29,36,21). Sum of RGB (Red+Green+Blue) = 29+36+21=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #1D2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2415 is #E2DBEA. Grayscale: #202020. Windows color (decimal): -14867435 or 1385501. OLE color: 1385501.

HSL color Cylindrical-coordinate representation of color #1D2415: hue angle of 88º 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 #1D2415 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB293621-
CMYK0.1900.420.86
HSL88º26.32%11.18%-
HSV(B)88º41.67%14.12%-
XYZ1.271.580.95-
YUV32.2121.68125.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.72%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=33.72%
G=41.86%
B=24.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936210.1900.420.868826.3211.18
Hex1D24151302A56581ab
Octal354425230521261303213
Binary111011001001010110011010101010101101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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