#1D3406

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

Shades of Pine Tree #1D3406

Tints of Pine Tree #1D3406

Color information

#1D3406 (or 0x1D3406) is unknown color: approx Pine Tree. HEX triplet: 1D, 34 and 06. RGB value is (29,52,6). Sum of RGB (Red+Green+Blue) = 29+52+6=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3406 is #E2CBF9. Grayscale: #282828. Windows color (decimal): -14863354 or 406557. OLE color: 406557.

HSL color Cylindrical-coordinate representation of color #1D3406: hue angle of 90º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3406 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB29526-
CMYK0.4400.880.80
HSL90º79.31%11.37%-
HSV(B)90º88.46%20.39%-
XYZ1.772.730.61-
YUV39.88108.88120.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 59.77%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=33.33%
G=59.77%
B=6.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal295260.4400.880.809079.3111.37
Hex1D3462C058505a4fb
Octal3564654013012013211713
Binary11101110100110101100010110001010000101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,6); }

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

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

 a { background-color: rgb(29,52,6); }

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

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

 span { border-color: rgb(29,52,6); }

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