#29412D

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

Shades of Timber Green #29412D

Tints of Timber Green #29412D

Color information

#29412D (or 0x29412D) is unknown color: approx Timber Green. HEX triplet: 29, 41 and 2D. RGB value is (41,65,45). Sum of RGB (Red+Green+Blue) = 41+65+45=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #29412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29412D is #D6BED2. Grayscale: #373737. Windows color (decimal): -14073555 or 2965801. OLE color: 2965801.

HSL color Cylindrical-coordinate representation of color #29412D: hue angle of 130º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #29412D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB416545-
CMYK0.3700.310.75
HSL130º22.64%20.78%-
HSV(B)130º36.92%25.49%-
XYZ3.284.443.17-
YUV55.54122.05117.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=27.15%
G=43.05%
B=29.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165450.3700.310.7513022.6420.78
Hex29412D2501F4B821715
Octal5110155450371132022725
Binary10100110000011011011001010111111001011100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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