#294943

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

Shades of Gable Green #294943

Tints of Gable Green #294943

Color information

#294943 (or 0x294943) is unknown color: approx Gable Green. HEX triplet: 29, 49 and 43. RGB value is (41,73,67). Sum of RGB (Red+Green+Blue) = 41+73+67=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #294943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294943 is #D6B6BC. Grayscale: #3E3E3E. Windows color (decimal): -14071485 or 4409641. OLE color: 4409641.

HSL color Cylindrical-coordinate representation of color #294943: hue angle of 168.75º 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 #294943 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB417367-
CMYK0.4400.080.71
HSL168.75º28.07%22.35%-
HSV(B)168.75º43.84%28.63%-
XYZ4.315.646.17-
YUV62.75130.4112.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=22.65%
G=40.33%
B=37.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173670.4400.080.71168.7528.0722.35
Hex2949432C0847a91c16
Octal51111103540101072513426
Binary10100110010011000011101100010001000111101010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294943; }

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

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

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

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

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

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

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

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