#29301C

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

Shades of Pine Tree #29301C

Tints of Pine Tree #29301C

Color information

#29301C (or 0x29301C) is unknown color: approx Pine Tree. HEX triplet: 29, 30 and 1C. RGB value is (41,48,28). Sum of RGB (Red+Green+Blue) = 41+48+28=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #29301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29301C is #D6CFE3. Grayscale: #2B2B2B. Windows color (decimal): -14077924 or 1847337. OLE color: 1847337.

HSL color Cylindrical-coordinate representation of color #29301C: hue angle of 81º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29301C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB414828-
CMYK0.1500.420.81
HSL81º26.32%14.9%-
HSV(B)81º41.67%18.82%-
XYZ2.182.671.5-
YUV43.63119.18126.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=35.04%
G=41.03%
B=23.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148280.1500.420.818126.3214.9
Hex29301CF02A51511af
Octal516034170521211213217
Binary101001110000111001111010101010100011010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29301C; }

 p { color: rgb(41,48,28); }

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

<style>
 a { background-color: #29301C; }

 a { background-color: rgb(41,48,28); }

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

<style>
 span { border-color: #29301C; }

 span { border-color: rgb(41,48,28); }

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