#29321D

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

Shades of Pine Tree #29321D

Tints of Pine Tree #29321D

Color information

#29321D (or 0x29321D) is unknown color: approx Pine Tree. HEX triplet: 29, 32 and 1D. RGB value is (41,50,29). Sum of RGB (Red+Green+Blue) = 41+50+29=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #29321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321D is #D6CDE2. Grayscale: #2C2C2C. Windows color (decimal): -14077411 or 1913385. OLE color: 1913385.

HSL color Cylindrical-coordinate representation of color #29321D: hue angle of 85.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29321D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB415029-
CMYK0.1800.420.80
HSL85.71º26.58%15.49%-
HSV(B)85.71º42%19.61%-
XYZ2.282.841.59-
YUV44.91119.02125.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=34.17%
G=41.67%
B=24.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150290.1800.420.8085.7126.5815.49
Hex29321D1202A50561bf
Octal516235220521201263317
Binary1010011100101110110010010101010100001010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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