#29422E

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

Shades of Timber Green #29422E

Tints of Timber Green #29422E

Color information

#29422E (or 0x29422E) is unknown color: approx Timber Green. HEX triplet: 29, 42 and 2E. RGB value is (41,66,46). Sum of RGB (Red+Green+Blue) = 41+66+46=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #29422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29422E is #D6BDD1. Grayscale: #383838. Windows color (decimal): -14073298 or 3031593. OLE color: 3031593.

HSL color Cylindrical-coordinate representation of color #29422E: hue angle of 132º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29422E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB416646-
CMYK0.3800.300.74
HSL132º23.36%20.98%-
HSV(B)132º37.88%25.88%-
XYZ3.364.573.29-
YUV56.24122.22117.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=26.80%
G=43.14%
B=30.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166460.3800.300.7413223.3620.98
Hex29422E2601E4A841715
Octal5110256460361122042725
Binary10100110000101011101001100111101001010100001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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