#1D2119

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

Shades of Pine Tree #1D2119

Tints of Pine Tree #1D2119

Color information

#1D2119 (or 0x1D2119) is unknown color: approx Pine Tree. HEX triplet: 1D, 21 and 19. RGB value is (29,33,25). Sum of RGB (Red+Green+Blue) = 29+33+25=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2119 is #E2DEE6. Grayscale: #1E1E1E. Windows color (decimal): -14868199 or 1646877. OLE color: 1646877.

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

Color convert

RGB293325-
CMYK0.1200.240.87
HSL90º13.79%11.37%-
HSV(B)90º24.24%12.94%-
XYZ1.231.421.13-
YUV30.89124.67126.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=33.33%
G=37.93%
B=28.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933250.1200.240.879013.7911.37
Hex1D2119C018575aeb
Octal354131140301271321613
Binary111011000011100111000110001010111101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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