#294F49

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

Shades of Gable Green #294F49

Tints of Gable Green #294F49

Color information

#294F49 (or 0x294F49) is unknown color: approx Gable Green. HEX triplet: 29, 4F and 49. RGB value is (41,79,73). Sum of RGB (Red+Green+Blue) = 41+79+73=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #294F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F49 is #D6B0B6. Grayscale: #424242. Windows color (decimal): -14069943 or 4804393. OLE color: 4804393.

HSL color Cylindrical-coordinate representation of color #294F49: hue angle of 170.53º 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 #294F49 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB417973-
CMYK0.4800.080.69
HSL170.53º31.67%23.53%-
HSV(B)170.53º48.1%30.98%-
XYZ4.916.547.31-
YUV66.95131.41109.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=21.24%
G=40.93%
B=37.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179730.4800.080.69170.5331.6723.53
Hex294F49300845ab2018
Octal51117111600101052534030
Binary101001100111110010011100000100010001011010101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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