#294C32

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

Shades of Timber Green #294C32

Tints of Timber Green #294C32

Color information

#294C32 (or 0x294C32) is unknown color: approx Timber Green. HEX triplet: 29, 4C and 32. RGB value is (41,76,50). Sum of RGB (Red+Green+Blue) = 41+76+50=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #294C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C32 is #D6B3CD. Grayscale: #3E3E3E. Windows color (decimal): -14070734 or 3296297. OLE color: 3296297.

HSL color Cylindrical-coordinate representation of color #294C32: hue angle of 135.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C32 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB417650-
CMYK0.4600.340.70
HSL135.43º29.91%22.94%-
HSV(B)135.43º46.05%29.8%-
XYZ4.075.873.94-
YUV62.57120.9112.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=24.55%
G=45.51%
B=29.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4176500.4600.340.70135.4329.9122.94
Hex294C322E02246871e17
Octal5111462560421062073627
Binary101001100110011001010111001000101000110100001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,76,50); }

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

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

 a { background-color: rgb(41,76,50); }

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

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

 span { border-color: rgb(41,76,50); }

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