#29452D

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

Shades of Timber Green #29452D

Tints of Timber Green #29452D

Color information

#29452D (or 0x29452D) is unknown color: approx Timber Green. HEX triplet: 29, 45 and 2D. RGB value is (41,69,45). Sum of RGB (Red+Green+Blue) = 41+69+45=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #29452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29452D is #D6BAD2. Grayscale: #393939. Windows color (decimal): -14072531 or 2966825. OLE color: 2966825.

HSL color Cylindrical-coordinate representation of color #29452D: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29452D is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB416945-
CMYK0.4100.350.73
HSL128.57º25.45%21.57%-
HSV(B)128.57º40.58%27.06%-
XYZ3.524.923.25-
YUV57.89120.72115.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=26.45%
G=44.52%
B=29.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169450.4100.350.73128.5725.4521.57
Hex29452D2902349811916
Octal5110555510431112013126
Binary101001100010110110110100101000111001001100000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29452D; }

 p { color: rgb(41,69,45); }

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

<style>
 a { background-color: #29452D; }

 a { background-color: rgb(41,69,45); }

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

<style>
 span { border-color: #29452D; }

 span { border-color: rgb(41,69,45); }

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