#294A43

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

Shades of Gable Green #294A43

Tints of Gable Green #294A43

Color information

#294A43 (or 0x294A43) is unknown color: approx Gable Green. HEX triplet: 29, 4A and 43. RGB value is (41,74,67). Sum of RGB (Red+Green+Blue) = 41+74+67=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #294A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A43 is #D6B5BC. Grayscale: #3F3F3F. Windows color (decimal): -14071229 or 4409897. OLE color: 4409897.

HSL color Cylindrical-coordinate representation of color #294A43: hue angle of 167.27º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A43 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB417467-
CMYK0.4500.090.71
HSL167.27º28.7%22.55%-
HSV(B)167.27º44.59%29.02%-
XYZ4.385.776.19-
YUV63.33130.07112.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=22.53%
G=40.66%
B=36.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174670.4500.090.71167.2728.722.55
Hex294A432D0947a71d17
Octal51112103550111072473527
Binary10100110010101000011101101010011000111101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,67); }

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

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

 a { background-color: rgb(41,74,67); }

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

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

 span { border-color: rgb(41,74,67); }

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