#29472F

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

Shades of Timber Green #29472F

Tints of Timber Green #29472F

Color information

#29472F (or 0x29472F) is unknown color: approx Timber Green. HEX triplet: 29, 47 and 2F. RGB value is (41,71,47). Sum of RGB (Red+Green+Blue) = 41+71+47=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #29472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29472F is #D6B8D0. Grayscale: #3B3B3B. Windows color (decimal): -14072017 or 3098409. OLE color: 3098409.

HSL color Cylindrical-coordinate representation of color #29472F: hue angle of 132º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29472F is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB417147-
CMYK0.4200.340.72
HSL132º26.79%21.96%-
HSV(B)132º42.25%27.84%-
XYZ3.685.183.5-
YUV59.29121.06114.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=25.79%
G=44.65%
B=29.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171470.4200.340.7213226.7921.96
Hex29472F2A02248841b16
Octal5110757520421102043326
Binary101001100011110111110101001000101001000100001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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