#294A2C

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

Shades of Timber Green #294A2C

Tints of Timber Green #294A2C

Color information

#294A2C (or 0x294A2C) is unknown color: approx Timber Green. HEX triplet: 29, 4A and 2C. RGB value is (41,74,44). Sum of RGB (Red+Green+Blue) = 41+74+44=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #294A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A2C is #D6B5D3. Grayscale: #3C3C3C. Windows color (decimal): -14071252 or 2902569. OLE color: 2902569.

HSL color Cylindrical-coordinate representation of color #294A2C: hue angle of 125.45º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A2C is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB417444-
CMYK0.4500.410.71
HSL125.45º28.7%22.55%-
HSV(B)125.45º44.59%29.02%-
XYZ3.825.553.25-
YUV60.71118.57113.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=25.79%
G=46.54%
B=27.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174440.4500.410.71125.4528.722.55
Hex294A2C2D029477d1d17
Octal5111254550511071753527
Binary10100110010101011001011010101001100011111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294A2C; }

 p { color: rgb(41,74,44); }

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

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

 a { background-color: rgb(41,74,44); }

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

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

 span { border-color: rgb(41,74,44); }

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