#29452E

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

Shades of Timber Green #29452E

Tints of Timber Green #29452E

Color information

#29452E (or 0x29452E) is unknown color: approx Timber Green. HEX triplet: 29, 45 and 2E. RGB value is (41,69,46). Sum of RGB (Red+Green+Blue) = 41+69+46=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #29452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29452E is #D6BAD1. Grayscale: #3A3A3A. Windows color (decimal): -14072530 or 3032361. OLE color: 3032361.

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

Color convert

RGB416946-
CMYK0.4100.330.73
HSL130.71º25.45%21.57%-
HSV(B)130.71º40.58%27.06%-
XYZ3.544.923.35-
YUV58.01121.22115.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=26.28%
G=44.23%
B=29.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169460.4100.330.73130.7125.4521.57
Hex29452E2902149831916
Octal5110556510411112033126
Binary101001100010110111010100101000011001001100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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