#294C2F

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

Shades of Timber Green #294C2F

Tints of Timber Green #294C2F

Color information

#294C2F (or 0x294C2F) is unknown color: approx Timber Green. HEX triplet: 29, 4C and 2F. RGB value is (41,76,47). Sum of RGB (Red+Green+Blue) = 41+76+47=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #294C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C2F is #D6B3D0. Grayscale: #3E3E3E. Windows color (decimal): -14070737 or 3099689. OLE color: 3099689.

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

Color convert

RGB417647-
CMYK0.4600.380.70
HSL130.29º29.91%22.94%-
HSV(B)130.29º46.05%29.8%-
XYZ4.015.853.61-
YUV62.23119.4112.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=25%
G=46.34%
B=28.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4176470.4600.380.70130.2929.9122.94
Hex294C2F2E02646821e17
Octal5111457560461062023627
Binary101001100110010111110111001001101000110100000101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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