#29371B

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

Shades of Pine Tree #29371B

Tints of Pine Tree #29371B

Color information

#29371B (or 0x29371B) is unknown color: approx Pine Tree. HEX triplet: 29, 37 and 1B. RGB value is (41,55,27). Sum of RGB (Red+Green+Blue) = 41+55+27=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #29371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29371B is #D6C8E4. Grayscale: #2F2F2F. Windows color (decimal): -14076133 or 1783593. OLE color: 1783593.

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

Color convert

RGB415527-
CMYK0.2500.510.78
HSL90º34.15%16.08%-
HSV(B)90º50.91%21.57%-
XYZ2.483.281.54-
YUV47.62116.36123.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=33.33%
G=44.72%
B=21.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155270.2500.510.789034.1516.08
Hex29371B190334E5a2210
Octal516733310631161324220
Binary101001110111110111100101100111001110101101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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