#294E31

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

Shades of Timber Green #294E31

Tints of Timber Green #294E31

Color information

#294E31 (or 0x294E31) is unknown color: approx Timber Green. HEX triplet: 29, 4E and 31. RGB value is (41,78,49). Sum of RGB (Red+Green+Blue) = 41+78+49=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #294E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E31 is #D6B1CE. Grayscale: #3F3F3F. Windows color (decimal): -14070223 or 3231273. OLE color: 3231273.

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

Color convert

RGB417849-
CMYK0.4700.370.69
HSL132.97º31.09%23.33%-
HSV(B)132.97º47.44%30.59%-
XYZ4.196.143.87-
YUV63.63119.74111.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=24.40%
G=46.43%
B=29.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178490.4700.370.69132.9731.0923.33
Hex294E312F02545851f17
Octal5111661570451052053727
Binary101001100111011000110111101001011000101100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,78,49); }

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

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

 a { background-color: rgb(41,78,49); }

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

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

 span { border-color: rgb(41,78,49); }

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