#294D30

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

Shades of Timber Green #294D30

Tints of Timber Green #294D30

Color information

#294D30 (or 0x294D30) is unknown color: approx Timber Green. HEX triplet: 29, 4D and 30. RGB value is (41,77,48). Sum of RGB (Red+Green+Blue) = 41+77+48=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #294D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D30 is #D6B2CF. Grayscale: #3F3F3F. Windows color (decimal): -14070480 or 3165481. OLE color: 3165481.

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

Color convert

RGB417748-
CMYK0.4700.380.70
HSL131.67º30.51%23.14%-
HSV(B)131.67º46.75%30.2%-
XYZ4.15.993.74-
YUV62.93119.57112.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=24.70%
G=46.39%
B=28.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177480.4700.380.70131.6730.5123.14
Hex294D302F02646841f17
Octal5111560570461062043727
Binary101001100110111000010111101001101000110100001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,77,48); }

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

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

 a { background-color: rgb(41,77,48); }

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

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

 span { border-color: rgb(41,77,48); }

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