#29492C

Color #29492C Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #29492C

Tints of Timber Green #29492C

Color information

#29492C (or 0x29492C) is unknown color: approx Timber Green. HEX triplet: 29, 49 and 2C. RGB value is (41,73,44). Sum of RGB (Red+Green+Blue) = 41+73+44=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #29492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29492C is #D6B6D3. Grayscale: #3C3C3C. Windows color (decimal): -14071508 or 2902313. OLE color: 2902313.

HSL color Cylindrical-coordinate representation of color #29492C: hue angle of 125.62º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29492C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB417344-
CMYK0.4400.400.71
HSL125.62º28.07%22.35%-
HSV(B)125.62º43.84%28.63%-
XYZ3.755.423.23-
YUV60.13118.9114.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=25.95%
G=46.20%
B=27.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173440.4400.400.71125.6228.0722.35
Hex29492C2C028477e1c16
Octal5111154540501071763426
Binary10100110010011011001011000101000100011111111101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29492C; }

 p { color: rgb(41,73,44); }

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

<style>
 a { background-color: #29492C; }

 a { background-color: rgb(41,73,44); }

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

<style>
 span { border-color: #29492C; }

 span { border-color: rgb(41,73,44); }

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