#294942

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

Shades of Gable Green #294942

Tints of Gable Green #294942

Color information

#294942 (or 0x294942) is unknown color: approx Gable Green. HEX triplet: 29, 49 and 42. RGB value is (41,73,66). Sum of RGB (Red+Green+Blue) = 41+73+66=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #294942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294942 is #D6B6BD. Grayscale: #3E3E3E. Windows color (decimal): -14071486 or 4344105. OLE color: 4344105.

HSL color Cylindrical-coordinate representation of color #294942: hue angle of 166.88º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294942 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB417366-
CMYK0.4400.100.71
HSL166.88º28.07%22.35%-
HSV(B)166.88º43.84%28.63%-
XYZ4.285.636.02-
YUV62.63129.9112.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 73 (28.91% from 255) = 40.56%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=22.78%
G=40.56%
B=36.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173660.4400.100.71166.8828.0722.35
Hex2949422C0A47a71c16
Octal51111102540121072473426
Binary10100110010011000010101100010101000111101001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294942; }

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

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

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

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

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

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

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

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