#1D290C

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

Shades of Pine Tree #1D290C

Tints of Pine Tree #1D290C

Color information

#1D290C (or 0x1D290C) is unknown color: approx Pine Tree. HEX triplet: 1D, 29 and 0C. RGB value is (29,41,12). Sum of RGB (Red+Green+Blue) = 29+41+12=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #1D290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D290C is #E2D6F3. Grayscale: #222222. Windows color (decimal): -14866164 or 796957. OLE color: 796957.

HSL color Cylindrical-coordinate representation of color #1D290C: hue angle of 84.83º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D290C is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB294112-
CMYK0.2900.710.84
HSL84.83º54.72%10.39%-
HSV(B)84.83º70.73%16.08%-
XYZ1.371.870.64-
YUV34.11115.52124.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=35.37%
G=50%
B=14.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2941120.2900.710.8484.8354.7210.39
Hex1D29C1D047545537a
Octal3551143501071241256712
Binary1110110100111001110101000111101010010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,12); }

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

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

 a { background-color: rgb(29,41,12); }

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

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

 span { border-color: rgb(29,41,12); }

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