#294540

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

Shades of Gable Green #294540

Tints of Gable Green #294540

Color information

#294540 (or 0x294540) is unknown color: approx Gable Green. HEX triplet: 29, 45 and 40. RGB value is (41,69,64). Sum of RGB (Red+Green+Blue) = 41+69+64=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #294540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294540 is #D6BABF. Grayscale: #3C3C3C. Windows color (decimal): -14072512 or 4212009. OLE color: 4212009.

HSL color Cylindrical-coordinate representation of color #294540: hue angle of 169.29º degrees, saturation: 0.25, 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 #294540 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB416964-
CMYK0.4100.070.73
HSL169.29º25.45%21.57%-
HSV(B)169.29º40.58%27.06%-
XYZ3.975.15.63-
YUV60.06130.22114.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=23.56%
G=39.66%
B=36.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169640.4100.070.73169.2925.4521.57
Hex294540290749a91916
Octal5110510051071112513126
Binary1010011000101100000010100101111001001101010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294540; }

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

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

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

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

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

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

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

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