#294630

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

Shades of Timber Green #294630

Tints of Timber Green #294630

Color information

#294630 (or 0x294630) is unknown color: approx Timber Green. HEX triplet: 29, 46 and 30. RGB value is (41,70,48). Sum of RGB (Red+Green+Blue) = 41+70+48=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #294630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294630 is #D6B9CF. Grayscale: #3A3A3A. Windows color (decimal): -14072272 or 3163689. OLE color: 3163689.

HSL color Cylindrical-coordinate representation of color #294630: hue angle of 134.48º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294630 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB417048-
CMYK0.4100.310.73
HSL134.48º26.13%21.76%-
HSV(B)134.48º41.43%27.45%-
XYZ3.645.073.58-
YUV58.82121.89115.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=25.79%
G=44.03%
B=30.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170480.4100.310.73134.4826.1321.76
Hex2946302901F49861a16
Octal5110660510371112063226
Binary10100110001101100001010010111111001001100001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294630; }

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

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

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

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

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

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

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

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