#294E46

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

Shades of Gable Green #294E46

Tints of Gable Green #294E46

Color information

#294E46 (or 0x294E46) is unknown color: approx Gable Green. HEX triplet: 29, 4E and 46. RGB value is (41,78,70). Sum of RGB (Red+Green+Blue) = 41+78+70=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #294E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E46 is #D6B1B9. Grayscale: #424242. Windows color (decimal): -14070202 or 4607529. OLE color: 4607529.

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

Color convert

RGB417870-
CMYK0.4700.100.69
HSL167.03º31.09%23.33%-
HSV(B)167.03º47.44%30.59%-
XYZ4.746.366.77-
YUV66.02130.24110.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=21.69%
G=41.27%
B=37.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178700.4700.100.69167.0331.0923.33
Hex294E462F0A45a71f17
Octal51116106570121052473727
Binary10100110011101000110101111010101000101101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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