#294431

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

Shades of Timber Green #294431

Tints of Timber Green #294431

Color information

#294431 (or 0x294431) is unknown color: approx Timber Green. HEX triplet: 29, 44 and 31. RGB value is (41,68,49). Sum of RGB (Red+Green+Blue) = 41+68+49=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #294431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294431 is #D6BBCE. Grayscale: #393939. Windows color (decimal): -14072783 or 3228713. OLE color: 3228713.

HSL color Cylindrical-coordinate representation of color #294431: hue angle of 137.78º 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 #294431 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB416849-
CMYK0.4000.280.73
HSL137.78º24.77%21.37%-
HSV(B)137.78º39.71%26.67%-
XYZ3.544.833.65-
YUV57.76123.05116.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=25.95%
G=43.04%
B=31.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168490.4000.280.73137.7824.7721.37
Hex2944312801C498a1915
Octal5110461500341112123125
Binary10100110001001100011010000111001001001100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294431; }

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

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

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

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

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

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

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

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