#29321F

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

Shades of Pine Tree #29321F

Tints of Pine Tree #29321F

Color information

#29321F (or 0x29321F) is unknown color: approx Pine Tree. HEX triplet: 29, 32 and 1F. RGB value is (41,50,31). Sum of RGB (Red+Green+Blue) = 41+50+31=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #29321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321F is #D6CDE0. Grayscale: #2D2D2D. Windows color (decimal): -14077409 or 2044457. OLE color: 2044457.

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

Color convert

RGB415031-
CMYK0.1800.380.80
HSL88.42º23.46%15.88%-
HSV(B)88.42º38%19.61%-
XYZ2.32.851.73-
YUV45.14120.02125.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=33.61%
G=40.98%
B=25.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150310.1800.380.8088.4223.4615.88
Hex29321F1202650581710
Octal516237220461201302720
Binary10100111001011111100100100110101000010110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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