#294740

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

Shades of Gable Green #294740

Tints of Gable Green #294740

Color information

#294740 (or 0x294740) is unknown color: approx Gable Green. HEX triplet: 29, 47 and 40. RGB value is (41,71,64). Sum of RGB (Red+Green+Blue) = 41+71+64=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #294740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294740 is #D6B8BF. Grayscale: #3D3D3D. Windows color (decimal): -14072000 or 4212521. OLE color: 4212521.

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

Color convert

RGB417164-
CMYK0.4200.100.72
HSL166º26.79%21.96%-
HSV(B)166º42.25%27.84%-
XYZ4.095.355.67-
YUV61.23129.56113.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=23.30%
G=40.34%
B=36.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171640.4200.100.7216626.7921.96
Hex2947402A0A48a61b16
Octal51107100520121102463326
Binary10100110001111000000101010010101001000101001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294740; }

 p { color: rgb(41,71,64); }

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

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

 a { background-color: rgb(41,71,64); }

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

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

 span { border-color: rgb(41,71,64); }

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