#1D2019

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

Shades of Pine Tree #1D2019

Tints of Pine Tree #1D2019

Color information

#1D2019 (or 0x1D2019) is unknown color: approx Pine Tree. HEX triplet: 1D, 20 and 19. RGB value is (29,32,25). Sum of RGB (Red+Green+Blue) = 29+32+25=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #1D2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2019 is #E2DFE6. Grayscale: #1E1E1E. Windows color (decimal): -14868455 or 1646621. OLE color: 1646621.

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

Color convert

RGB293225-
CMYK0.0900.220.87
HSL85.71º12.28%11.18%-
HSV(B)85.71º21.88%12.55%-
XYZ1.21.361.12-
YUV30.3125.01127.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.72%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=33.72%
G=37.21%
B=29.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2932250.0900.220.8785.7112.2811.18
Hex1D201990165756cb
Octal354031110261271261413
Binary111011000001100110010101101010111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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