#1D2116

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

Shades of Pine Tree #1D2116

Tints of Pine Tree #1D2116

Color information

#1D2116 (or 0x1D2116) is unknown color: approx Pine Tree. HEX triplet: 1D, 21 and 16. RGB value is (29,33,22). Sum of RGB (Red+Green+Blue) = 29+33+22=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2116 is #E2DEE9. Grayscale: #1E1E1E. Windows color (decimal): -14868202 or 1450269. OLE color: 1450269.

HSL color Cylindrical-coordinate representation of color #1D2116: hue angle of 81.82º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1D2116 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB293322-
CMYK0.1200.330.87
HSL81.82º20%10.78%-
HSV(B)81.82º33.33%12.94%-
XYZ1.21.410.97-
YUV30.55123.17126.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=34.52%
G=39.29%
B=26.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933220.1200.330.8781.822010.78
Hex1D2116C021575214b
Octal354126140411271222413
Binary11101100001101101100010000110101111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,22); }

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

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

 a { background-color: rgb(29,33,22); }

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

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

 span { border-color: rgb(29,33,22); }

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