#294C2C

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

Shades of Timber Green #294C2C

Tints of Timber Green #294C2C

Color information

#294C2C (or 0x294C2C) is unknown color: approx Timber Green. HEX triplet: 29, 4C and 2C. RGB value is (41,76,44). Sum of RGB (Red+Green+Blue) = 41+76+44=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #294C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C2C is #D6B3D3. Grayscale: #3D3D3D. Windows color (decimal): -14070740 or 2903081. OLE color: 2903081.

HSL color Cylindrical-coordinate representation of color #294C2C: hue angle of 125.14º 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 #294C2C is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB417644-
CMYK0.4600.420.70
HSL125.14º29.91%22.94%-
HSV(B)125.14º46.05%29.8%-
XYZ3.955.823.3-
YUV61.89117.9113.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=25.47%
G=47.20%
B=27.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4176440.4600.420.70125.1429.9122.94
Hex294C2C2E02A467d1e17
Octal5111454560521061753627
Binary10100110011001011001011100101010100011011111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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