#294E49

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

Shades of Gable Green #294E49

Tints of Gable Green #294E49

Color information

#294E49 (or 0x294E49) is unknown color: approx Gable Green. HEX triplet: 29, 4E and 49. RGB value is (41,78,73). Sum of RGB (Red+Green+Blue) = 41+78+73=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 78 - color contains mainly: green. Hex color #294E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E49 is #D6B1B6. Grayscale: #424242. Windows color (decimal): -14070199 or 4804137. OLE color: 4804137.

HSL color Cylindrical-coordinate representation of color #294E49: hue angle of 171.89º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E49 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB417873-
CMYK0.4700.060.69
HSL171.89º31.09%23.33%-
HSV(B)171.89º47.44%30.59%-
XYZ4.846.47.28-
YUV66.37131.74109.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=21.35%
G=40.62%
B=38.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178730.4700.060.69171.8931.0923.33
Hex294E492F0645ac1f17
Octal5111611157061052543727
Binary1010011001110100100110111101101000101101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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