#29492F

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

Shades of Timber Green #29492F

Tints of Timber Green #29492F

Color information

#29492F (or 0x29492F) is unknown color: approx Timber Green. HEX triplet: 29, 49 and 2F. RGB value is (41,73,47). Sum of RGB (Red+Green+Blue) = 41+73+47=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #29492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29492F is #D6B6D0. Grayscale: #3C3C3C. Windows color (decimal): -14071505 or 3098921. OLE color: 3098921.

HSL color Cylindrical-coordinate representation of color #29492F: hue angle of 131.25º 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 #29492F is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB417347-
CMYK0.4400.360.71
HSL131.25º28.07%22.35%-
HSV(B)131.25º43.84%28.63%-
XYZ3.815.443.54-
YUV60.47120.4114.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=25.47%
G=45.34%
B=29.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173470.4400.360.71131.2528.0722.35
Hex29492F2C02447831c16
Octal5111157540441072033426
Binary101001100100110111110110001001001000111100000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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