#1D2118

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

Shades of Pine Tree #1D2118

Tints of Pine Tree #1D2118

Color information

#1D2118 (or 0x1D2118) is unknown color: approx Pine Tree. HEX triplet: 1D, 21 and 18. RGB value is (29,33,24). Sum of RGB (Red+Green+Blue) = 29+33+24=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2118 is #E2DEE7. Grayscale: #1E1E1E. Windows color (decimal): -14868200 or 1581341. OLE color: 1581341.

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

Color convert

RGB293324-
CMYK0.1200.270.87
HSL86.67º15.79%11.18%-
HSV(B)86.67º27.27%12.94%-
XYZ1.221.411.07-
YUV30.78124.17126.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.72%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=33.72%
G=38.37%
B=27.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933240.1200.270.8786.6715.7911.18
Hex1D2118C01B575710b
Octal354130140331271272013
Binary1110110000111000110001101110101111010111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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