#29594A

Color #29594A Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #29594A

Tints of Evening Sea #29594A

Color information

#29594A (or 0x29594A) is unknown color: approx Evening Sea. HEX triplet: 29, 59 and 4A. RGB value is (41,89,74). Sum of RGB (Red+Green+Blue) = 41+89+74=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #29594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29594A is #D6A6B5. Grayscale: #484848. Windows color (decimal): -14067382 or 4872489. OLE color: 4872489.

HSL color Cylindrical-coordinate representation of color #29594A: hue angle of 161.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29594A is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB418974-
CMYK0.5400.170.65
HSL161.25º36.92%25.49%-
HSV(B)161.25º53.93%34.9%-
XYZ5.728.117.74-
YUV72.94128.6105.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=20.10%
G=43.63%
B=36.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189740.5400.170.65161.2536.9225.49
Hex29594A3601141a12519
Octal51131112660211012414531
Binary1010011011001100101011011001000110000011010000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29594A; }

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

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

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

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

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

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

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

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