#294231

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

Shades of Timber Green #294231

Tints of Timber Green #294231

Color information

#294231 (or 0x294231) is unknown color: approx Timber Green. HEX triplet: 29, 42 and 31. RGB value is (41,66,49). Sum of RGB (Red+Green+Blue) = 41+66+49=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #294231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294231 is #D6BDCE. Grayscale: #383838. Windows color (decimal): -14073295 or 3228201. OLE color: 3228201.

HSL color Cylindrical-coordinate representation of color #294231: hue angle of 139.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294231 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB416649-
CMYK0.3800.260.74
HSL139.2º23.36%20.98%-
HSV(B)139.2º37.88%25.88%-
XYZ3.424.593.61-
YUV56.59123.72116.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=26.28%
G=42.31%
B=31.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166490.3800.260.74139.223.3620.98
Hex2942312601A4A8b1715
Octal5110261460321122132725
Binary10100110000101100011001100110101001010100010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294231; }

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

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

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

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

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

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

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

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