#1D3508

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

Shades of Pine Tree #1D3508

Tints of Pine Tree #1D3508

Color information

#1D3508 (or 0x1D3508) is unknown color: approx Pine Tree. HEX triplet: 1D, 35 and 08. RGB value is (29,53,8). Sum of RGB (Red+Green+Blue) = 29+53+8=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3508 is #E2CAF7. Grayscale: #282828. Windows color (decimal): -14863096 or 537885. OLE color: 537885.

HSL color Cylindrical-coordinate representation of color #1D3508: hue angle of 92º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3508 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB29538-
CMYK0.4500.850.79
HSL92º73.77%11.96%-
HSV(B)92º84.91%20.78%-
XYZ1.822.820.68-
YUV40.69109.55119.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=32.22%
G=58.89%
B=8.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal295380.4500.850.799273.7711.96
Hex1D3582D0554F5c4ac
Octal35651055012511713411214
Binary111011101011000101101010101011001111101110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,8); }

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

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

 a { background-color: rgb(29,53,8); }

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

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

 span { border-color: rgb(29,53,8); }

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