#29371A

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

Shades of Pine Tree #29371A

Tints of Pine Tree #29371A

Color information

#29371A (or 0x29371A) is unknown color: approx Pine Tree. HEX triplet: 29, 37 and 1A. RGB value is (41,55,26). Sum of RGB (Red+Green+Blue) = 41+55+26=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #29371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29371A is #D6C8E5. Grayscale: #2F2F2F. Windows color (decimal): -14076134 or 1718057. OLE color: 1718057.

HSL color Cylindrical-coordinate representation of color #29371A: hue angle of 88.97º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29371A is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB415526-
CMYK0.2500.530.78
HSL88.97º35.8%15.88%-
HSV(B)88.97º52.73%21.57%-
XYZ2.473.281.48-
YUV47.51115.86123.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=33.61%
G=45.08%
B=21.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155260.2500.530.7888.9735.815.88
Hex29371A190354E592410
Octal516732310651161314420
Binary101001110111110101100101101011001110101100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29371A; }

 p { color: rgb(41,55,26); }

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

<style>
 a { background-color: #29371A; }

 a { background-color: rgb(41,55,26); }

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

<style>
 span { border-color: #29371A; }

 span { border-color: rgb(41,55,26); }

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