#29452C

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

Shades of Timber Green #29452C

Tints of Timber Green #29452C

Color information

#29452C (or 0x29452C) is unknown color: approx Timber Green. HEX triplet: 29, 45 and 2C. RGB value is (41,69,44). Sum of RGB (Red+Green+Blue) = 41+69+44=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #29452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29452C is #D6BAD3. Grayscale: #393939. Windows color (decimal): -14072532 or 2901289. OLE color: 2901289.

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

Color convert

RGB416944-
CMYK0.4100.360.73
HSL126.43º25.45%21.57%-
HSV(B)126.43º40.58%27.06%-
XYZ3.54.913.15-
YUV57.78120.22116.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=26.62%
G=44.81%
B=28.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169440.4100.360.73126.4325.4521.57
Hex29452C29024497e1916
Octal5110554510441111763126
Binary10100110001011011001010010100100100100111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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