#294B31

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

Shades of Timber Green #294B31

Tints of Timber Green #294B31

Color information

#294B31 (or 0x294B31) is unknown color: approx Timber Green. HEX triplet: 29, 4B and 31. RGB value is (41,75,49). Sum of RGB (Red+Green+Blue) = 41+75+49=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #294B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B31 is #D6B4CE. Grayscale: #3D3D3D. Windows color (decimal): -14070991 or 3230505. OLE color: 3230505.

HSL color Cylindrical-coordinate representation of color #294B31: hue angle of 134.12º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294B31 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB417549-
CMYK0.4500.350.71
HSL134.12º29.31%22.75%-
HSV(B)134.12º45.33%29.41%-
XYZ3.985.733.8-
YUV61.87120.74113.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=24.85%
G=45.45%
B=29.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175490.4500.350.71134.1229.3122.75
Hex294B312D02347861d17
Octal5111361550431072063527
Binary101001100101111000110110101000111000111100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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