#294F30

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

Shades of Timber Green #294F30

Tints of Timber Green #294F30

Color information

#294F30 (or 0x294F30) is unknown color: approx Timber Green. HEX triplet: 29, 4F and 30. RGB value is (41,79,48). Sum of RGB (Red+Green+Blue) = 41+79+48=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #294F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F30 is #D6B0CF. Grayscale: #404040. Windows color (decimal): -14069968 or 3165993. OLE color: 3165993.

HSL color Cylindrical-coordinate representation of color #294F30: hue angle of 131.05º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F30 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB417948-
CMYK0.4800.390.69
HSL131.05º31.67%23.53%-
HSV(B)131.05º48.1%30.98%-
XYZ4.246.283.78-
YUV64.1118.91111.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=24.40%
G=47.02%
B=28.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179480.4800.390.69131.0531.6723.53
Hex294F303002745832018
Octal5111760600471052034030
Binary1010011001111110000110000010011110001011000001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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