#294E2F

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

Shades of Timber Green #294E2F

Tints of Timber Green #294E2F

Color information

#294E2F (or 0x294E2F) is unknown color: approx Timber Green. HEX triplet: 29, 4E and 2F. RGB value is (41,78,47). Sum of RGB (Red+Green+Blue) = 41+78+47=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #294E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E2F is #D6B1D0. Grayscale: #3F3F3F. Windows color (decimal): -14070225 or 3100201. OLE color: 3100201.

HSL color Cylindrical-coordinate representation of color #294E2F: hue angle of 129.73º 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 #294E2F is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB417847-
CMYK0.4700.400.69
HSL129.73º31.09%23.33%-
HSV(B)129.73º47.44%30.59%-
XYZ4.156.133.65-
YUV63.4118.74112.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 78 (30.86% from 255) = 46.99%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=24.70%
G=46.99%
B=28.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178470.4700.400.69129.7331.0923.33
Hex294E2F2F02845821f17
Octal5111657570501052023727
Binary101001100111010111110111101010001000101100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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