#294D46

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

Shades of Gable Green #294D46

Tints of Gable Green #294D46

Color information

#294D46 (or 0x294D46) is unknown color: approx Gable Green. HEX triplet: 29, 4D and 46. RGB value is (41,77,70). Sum of RGB (Red+Green+Blue) = 41+77+70=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #294D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D46 is #D6B2B9. Grayscale: #414141. Windows color (decimal): -14070458 or 4607273. OLE color: 4607273.

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

Color convert

RGB417770-
CMYK0.4700.090.70
HSL168.33º30.51%23.14%-
HSV(B)168.33º46.75%30.2%-
XYZ4.676.226.75-
YUV65.44130.57110.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=21.81%
G=40.96%
B=37.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177700.4700.090.70168.3330.5123.14
Hex294D462F0946a81f17
Octal51115106570111062503727
Binary10100110011011000110101111010011000110101010001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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