#294A37

Color #294A37 Everglade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Everglade #294A37

Tints of Everglade #294A37

Color information

#294A37 (or 0x294A37) is unknown color: approx Everglade. HEX triplet: 29, 4A and 37. RGB value is (41,74,55). Sum of RGB (Red+Green+Blue) = 41+74+55=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #294A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A37 is #D6B5C8. Grayscale: #3E3E3E. Windows color (decimal): -14071241 or 3623465. OLE color: 3623465.

HSL color Cylindrical-coordinate representation of color #294A37: hue angle of 145.45º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A37 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB417455-
CMYK0.4500.260.71
HSL145.45º28.7%22.55%-
HSV(B)145.45º44.59%29.02%-
XYZ4.055.644.49-
YUV61.97124.07113.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 74 (29.30% from 255) = 43.53%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=24.12%
G=43.53%
B=32.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174550.4500.260.71145.4528.722.55
Hex294A372D01A47911d17
Octal5111267550321072213527
Binary10100110010101101111011010110101000111100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294A37; }

 p { color: rgb(41,74,55); }

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

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

 a { background-color: rgb(41,74,55); }

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

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

 span { border-color: rgb(41,74,55); }

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