#1D2615

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

Shades of Pine Tree #1D2615

Tints of Pine Tree #1D2615

Color information

#1D2615 (or 0x1D2615) is unknown color: approx Pine Tree. HEX triplet: 1D, 26 and 15. RGB value is (29,38,21). Sum of RGB (Red+Green+Blue) = 29+38+21=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2615 is #E2D9EA. Grayscale: #212121. Windows color (decimal): -14866923 or 1386013. OLE color: 1386013.

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

Color convert

RGB293821-
CMYK0.2400.450.85
HSL91.76º28.81%11.57%-
HSV(B)91.76º44.74%14.9%-
XYZ1.341.70.97-
YUV33.37121.02124.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.95%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=32.95%
G=43.18%
B=23.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2938210.2400.450.8591.7628.8111.57
Hex1D26151802D555c1dc
Octal354625300551251343514
Binary111011001101010111000010110110101011011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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