#1D3805

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

Shades of Pine Tree #1D3805

Tints of Pine Tree #1D3805

Color information

#1D3805 (or 0x1D3805) is unknown color: approx Pine Tree. HEX triplet: 1D, 38 and 05. RGB value is (29,56,5). Sum of RGB (Red+Green+Blue) = 29+56+5=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3805 is #E2C7FA. Grayscale: #2A2A2A. Windows color (decimal): -14862331 or 342045. OLE color: 342045.

HSL color Cylindrical-coordinate representation of color #1D3805: hue angle of 91.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D3805 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB29565-
CMYK0.4800.910.78
HSL91.76º83.61%11.96%-
HSV(B)91.76º91.07%21.96%-
XYZ1.953.10.64-
YUV42.11107.05118.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 56 (22.27% from 255) = 62.22%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=32.22%
G=62.22%
B=5.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal295650.4800.910.7891.7683.6111.96
Hex1D3853005B4E5c54c
Octal3570560013311613412414
Binary11101111000101110000010110111001110101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,5); }

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

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

 a { background-color: rgb(29,56,5); }

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

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

 span { border-color: rgb(29,56,5); }

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