#29341D

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

Shades of Pine Tree #29341D

Tints of Pine Tree #29341D

Color information

#29341D (or 0x29341D) is unknown color: approx Pine Tree. HEX triplet: 29, 34 and 1D. RGB value is (41,52,29). Sum of RGB (Red+Green+Blue) = 41+52+29=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #29341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29341D is #D6CBE2. Grayscale: #2E2E2E. Windows color (decimal): -14076899 or 1913897. OLE color: 1913897.

HSL color Cylindrical-coordinate representation of color #29341D: hue angle of 88.7º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29341D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB415229-
CMYK0.2100.440.80
HSL88.7º28.4%15.88%-
HSV(B)88.7º44.23%20.39%-
XYZ2.363.021.62-
YUV46.09118.36124.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=33.61%
G=42.62%
B=23.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152290.2100.440.8088.728.415.88
Hex29341D1502C50591c10
Octal516435250541201313420
Binary10100111010011101101010101100101000010110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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