#1D2815

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

Shades of Pine Tree #1D2815

Tints of Pine Tree #1D2815

Color information

#1D2815 (or 0x1D2815) is unknown color: approx Pine Tree. HEX triplet: 1D, 28 and 15. RGB value is (29,40,21). Sum of RGB (Red+Green+Blue) = 29+40+21=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #1D2815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2815 is #E2D7EA. Grayscale: #222222. Windows color (decimal): -14866411 or 1386525. OLE color: 1386525.

HSL color Cylindrical-coordinate representation of color #1D2815: hue angle of 94.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D2815 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB294021-
CMYK0.2800.480.84
HSL94.74º31.15%11.96%-
HSV(B)94.74º47.5%15.69%-
XYZ1.41.830.99-
YUV34.54120.36124.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 40 (16.02% from 255) = 44.44%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=32.22%
G=44.44%
B=23.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2940210.2800.480.8494.7431.1511.96
Hex1D28151C030545f1fc
Octal355025340601241373714
Binary111011010001010111100011000010101001011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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