#29442F

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

Shades of Timber Green #29442F

Tints of Timber Green #29442F

Color information

#29442F (or 0x29442F) is unknown color: approx Timber Green. HEX triplet: 29, 44 and 2F. RGB value is (41,68,47). Sum of RGB (Red+Green+Blue) = 41+68+47=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #29442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29442F is #D6BBD0. Grayscale: #393939. Windows color (decimal): -14072785 or 3097641. OLE color: 3097641.

HSL color Cylindrical-coordinate representation of color #29442F: hue angle of 133.33º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29442F is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB416847-
CMYK0.4000.310.73
HSL133.33º24.77%21.37%-
HSV(B)133.33º39.71%26.67%-
XYZ3.494.813.43-
YUV57.53122.05116.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=26.28%
G=43.59%
B=30.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168470.4000.310.73133.3324.7721.37
Hex29442F2801F49851915
Octal5110457500371112053125
Binary10100110001001011111010000111111001001100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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