#29402F

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

Shades of Timber Green #29402F

Tints of Timber Green #29402F

Color information

#29402F (or 0x29402F) is unknown color: approx Timber Green. HEX triplet: 29, 40 and 2F. RGB value is (41,64,47). Sum of RGB (Red+Green+Blue) = 41+64+47=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #29402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29402F is #D6BFD0. Grayscale: #373737. Windows color (decimal): -14073809 or 3096617. OLE color: 3096617.

HSL color Cylindrical-coordinate representation of color #29402F: hue angle of 135.65º 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 #29402F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB416447-
CMYK0.3600.270.75
HSL135.65º21.9%20.59%-
HSV(B)135.65º35.94%25.1%-
XYZ3.264.343.36-
YUV55.18123.38117.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=26.97%
G=42.11%
B=30.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164470.3600.270.75135.6521.920.59
Hex29402F2401B4B881615
Octal5110057440331132102625
Binary10100110000001011111001000110111001011100010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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