#29301D

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

Shades of Pine Tree #29301D

Tints of Pine Tree #29301D

Color information

#29301D (or 0x29301D) is unknown color: approx Pine Tree. HEX triplet: 29, 30 and 1D. RGB value is (41,48,29). Sum of RGB (Red+Green+Blue) = 41+48+29=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #29301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29301D is #D6CFE2. Grayscale: #2B2B2B. Windows color (decimal): -14077923 or 1912873. OLE color: 1912873.

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

Color convert

RGB414829-
CMYK0.1500.400.81
HSL82.11º24.68%15.1%-
HSV(B)82.11º39.58%18.82%-
XYZ2.192.671.56-
YUV43.74119.68126.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=34.75%
G=40.68%
B=24.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148290.1500.400.8182.1124.6815.1
Hex29301DF028515219f
Octal516035170501211223117
Binary101001110000111011111010100010100011010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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