#29594D

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

Shades of Evening Sea #29594D

Tints of Evening Sea #29594D

Color information

#29594D (or 0x29594D) is unknown color: approx Evening Sea. HEX triplet: 29, 59 and 4D. RGB value is (41,89,77). Sum of RGB (Red+Green+Blue) = 41+89+77=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #29594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29594D is #D6A6B2. Grayscale: #494949. Windows color (decimal): -14067379 or 5069097. OLE color: 5069097.

HSL color Cylindrical-coordinate representation of color #29594D: hue angle of 165º 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 #29594D is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB418977-
CMYK0.5400.130.65
HSL165º36.92%25.49%-
HSV(B)165º53.93%34.9%-
XYZ5.838.158.29-
YUV73.28130.1104.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=19.81%
G=43.00%
B=37.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189770.5400.130.6516536.9225.49
Hex29594D360D41a52519
Octal51131115660151012454531
Binary101001101100110011011101100110110000011010010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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