#294541

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

Shades of Gable Green #294541

Tints of Gable Green #294541

Color information

#294541 (or 0x294541) is unknown color: approx Gable Green. HEX triplet: 29, 45 and 41. RGB value is (41,69,65). Sum of RGB (Red+Green+Blue) = 41+69+65=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #294541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294541 is #D6BABE. Grayscale: #3C3C3C. Windows color (decimal): -14072511 or 4277545. OLE color: 4277545.

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

Color convert

RGB416965-
CMYK0.4100.060.73
HSL171.43º25.45%21.57%-
HSV(B)171.43º40.58%27.06%-
XYZ45.115.78-
YUV60.17130.72114.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=23.43%
G=39.43%
B=37.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169650.4100.060.73171.4325.4521.57
Hex294541290649ab1916
Octal5110510151061112533126
Binary1010011000101100000110100101101001001101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294541; }

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

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

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

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

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

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

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

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