#294A30

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

Shades of Timber Green #294A30

Tints of Timber Green #294A30

Color information

#294A30 (or 0x294A30) is unknown color: approx Timber Green. HEX triplet: 29, 4A and 30. RGB value is (41,74,48). Sum of RGB (Red+Green+Blue) = 41+74+48=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #294A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A30 is #D6B5CF. Grayscale: #3D3D3D. Windows color (decimal): -14071248 or 3164713. OLE color: 3164713.

HSL color Cylindrical-coordinate representation of color #294A30: hue angle of 132.73º 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 #294A30 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB417448-
CMYK0.4500.350.71
HSL132.73º28.7%22.55%-
HSV(B)132.73º44.59%29.02%-
XYZ3.95.583.67-
YUV61.17120.57113.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=25.15%
G=45.40%
B=29.45%

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
Decimal4174480.4500.350.71132.7328.722.55
Hex294A302D02347851d17
Octal5111260550431072053527
Binary101001100101011000010110101000111000111100001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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