#294640

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

Shades of Gable Green #294640

Tints of Gable Green #294640

Color information

#294640 (or 0x294640) is unknown color: approx Gable Green. HEX triplet: 29, 46 and 40. RGB value is (41,70,64). Sum of RGB (Red+Green+Blue) = 41+70+64=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #294640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294640 is #D6B9BF. Grayscale: #3C3C3C. Windows color (decimal): -14072256 or 4212265. OLE color: 4212265.

HSL color Cylindrical-coordinate representation of color #294640: hue angle of 167.59º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294640 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB417064-
CMYK0.4100.090.73
HSL167.59º26.13%21.76%-
HSV(B)167.59º41.43%27.45%-
XYZ4.035.225.65-
YUV60.64129.89113.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=23.43%
G=40%
B=36.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170640.4100.090.73167.5926.1321.76
Hex294640290949a81a16
Octal51106100510111112503226
Binary10100110001101000000101001010011001001101010001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294640; }

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

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

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

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

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

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

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

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