#29462F

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

Shades of Timber Green #29462F

Tints of Timber Green #29462F

Color information

#29462F (or 0x29462F) is unknown color: approx Timber Green. HEX triplet: 29, 46 and 2F. RGB value is (41,70,47). Sum of RGB (Red+Green+Blue) = 41+70+47=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #29462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29462F is #D6B9D0. Grayscale: #3A3A3A. Windows color (decimal): -14072273 or 3098153. OLE color: 3098153.

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

Color convert

RGB417047-
CMYK0.4100.330.73
HSL132.41º26.13%21.76%-
HSV(B)132.41º41.43%27.45%-
XYZ3.625.063.47-
YUV58.71121.39115.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=25.95%
G=44.30%
B=29.75%

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
Decimal4170470.4100.330.73132.4126.1321.76
Hex29462F2902149841a16
Octal5110657510411112043226
Binary101001100011010111110100101000011001001100001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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