#1D2609

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

Shades of Pine Tree #1D2609

Tints of Pine Tree #1D2609

Color information

#1D2609 (or 0x1D2609) is unknown color: approx Pine Tree. HEX triplet: 1D, 26 and 09. RGB value is (29,38,9). Sum of RGB (Red+Green+Blue) = 29+38+9=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2609 is #E2D9F6. Grayscale: #202020. Windows color (decimal): -14866935 or 599581. OLE color: 599581.

HSL color Cylindrical-coordinate representation of color #1D2609: hue angle of 78.62º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D2609 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB29389-
CMYK0.2400.760.85
HSL78.62º61.7%9.22%-
HSV(B)78.62º76.32%14.9%-
XYZ1.251.670.51-
YUV32115.02125.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=38.16%
G=50%
B=11.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293890.2400.760.8578.6261.79.22
Hex1D2691804C554f3e9
Octal3546113001141251177611
Binary1110110011010011100001001100101010110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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