#1D3109

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

Shades of Pine Tree #1D3109

Tints of Pine Tree #1D3109

Color information

#1D3109 (or 0x1D3109) is unknown color: approx Pine Tree. HEX triplet: 1D, 31 and 09. RGB value is (29,49,9). Sum of RGB (Red+Green+Blue) = 29+49+9=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3109 is #E2CEF6. Grayscale: #262626. Windows color (decimal): -14864119 or 602397. OLE color: 602397.

HSL color Cylindrical-coordinate representation of color #1D3109: hue angle of 90º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D3109 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB29499-
CMYK0.4100.820.81
HSL90º68.97%11.37%-
HSV(B)90º81.63%19.22%-
XYZ1.652.480.65-
YUV38.46111.37121.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 9 (3.91% from 255) = 10.34%
R=33.33%
G=56.32%
B=10.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal294990.4100.820.819068.9711.37
Hex1D31929052515a45b
Octal35611151012212113210513
Binary111011100011001101001010100101010001101101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,9); }

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

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

 a { background-color: rgb(29,49,9); }

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

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

 span { border-color: rgb(29,49,9); }

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