#294E48

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

Shades of Gable Green #294E48

Tints of Gable Green #294E48

Color information

#294E48 (or 0x294E48) is unknown color: approx Gable Green. HEX triplet: 29, 4E and 48. RGB value is (41,78,72). Sum of RGB (Red+Green+Blue) = 41+78+72=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #294E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E48 is #D6B1B7. Grayscale: #424242. Windows color (decimal): -14070200 or 4738601. OLE color: 4738601.

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

Color convert

RGB417872-
CMYK0.4700.080.69
HSL170.27º31.09%23.33%-
HSV(B)170.27º47.44%30.59%-
XYZ4.816.397.11-
YUV66.25131.24109.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=21.47%
G=40.84%
B=37.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178720.4700.080.69170.2731.0923.33
Hex294E482F0845aa1f17
Octal51116110570101052523727
Binary10100110011101001000101111010001000101101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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