#29452F

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

Shades of Timber Green #29452F

Tints of Timber Green #29452F

Color information

#29452F (or 0x29452F) is unknown color: approx Timber Green. HEX triplet: 29, 45 and 2F. RGB value is (41,69,47). Sum of RGB (Red+Green+Blue) = 41+69+47=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #29452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29452F is #D6BAD0. Grayscale: #3A3A3A. Windows color (decimal): -14072529 or 3097897. OLE color: 3097897.

HSL color Cylindrical-coordinate representation of color #29452F: hue angle of 132.86º 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 #29452F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB416947-
CMYK0.4100.320.73
HSL132.86º25.45%21.57%-
HSV(B)132.86º40.58%27.06%-
XYZ3.564.933.45-
YUV58.12121.72115.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=26.11%
G=43.95%
B=29.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169470.4100.320.73132.8625.4521.57
Hex29452F2902049851916
Octal5110557510401112053126
Binary101001100010110111110100101000001001001100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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