#29402E

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

Shades of Timber Green #29402E

Tints of Timber Green #29402E

Color information

#29402E (or 0x29402E) is unknown color: approx Timber Green. HEX triplet: 29, 40 and 2E. RGB value is (41,64,46). Sum of RGB (Red+Green+Blue) = 41+64+46=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #29402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29402E is #D6BFD1. Grayscale: #373737. Windows color (decimal): -14073810 or 3031081. OLE color: 3031081.

HSL color Cylindrical-coordinate representation of color #29402E: hue angle of 133.04º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #29402E is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB416446-
CMYK0.3600.280.75
HSL133.04º21.9%20.59%-
HSV(B)133.04º35.94%25.1%-
XYZ3.244.343.25-
YUV55.07122.88117.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=27.15%
G=42.38%
B=30.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164460.3600.280.75133.0421.920.59
Hex29402E2401C4B851615
Octal5110056440341132052625
Binary10100110000001011101001000111001001011100001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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