#1D2319

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

Shades of Pine Tree #1D2319

Tints of Pine Tree #1D2319

Color information

#1D2319 (or 0x1D2319) is unknown color: approx Pine Tree. HEX triplet: 1D, 23 and 19. RGB value is (29,35,25). Sum of RGB (Red+Green+Blue) = 29+35+25=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 35 - color contains mainly: green. Hex color #1D2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2319 is #E2DCE6. Grayscale: #202020. Windows color (decimal): -14867687 or 1647389. OLE color: 1647389.

HSL color Cylindrical-coordinate representation of color #1D2319: hue angle of 96º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D2319 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB293525-
CMYK0.1700.290.86
HSL96º16.67%11.76%-
HSV(B)96º28.57%13.73%-
XYZ1.281.531.15-
YUV32.07124.01125.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=32.58%
G=39.33%
B=28.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2935250.1700.290.869616.6711.76
Hex1D23191101D566011c
Octal354331210351261402114
Binary11101100011110011000101110110101101100000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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