#29594E

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

Shades of Evening Sea #29594E

Tints of Evening Sea #29594E

Color information

#29594E (or 0x29594E) is unknown color: approx Evening Sea. HEX triplet: 29, 59 and 4E. RGB value is (41,89,78). Sum of RGB (Red+Green+Blue) = 41+89+78=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #29594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29594E is #D6A6B1. Grayscale: #494949. Windows color (decimal): -14067378 or 5134633. OLE color: 5134633.

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

Color convert

RGB418978-
CMYK0.5400.120.65
HSL166.25º36.92%25.49%-
HSV(B)166.25º53.93%34.9%-
XYZ5.868.178.48-
YUV73.39130.6104.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=19.71%
G=42.79%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189780.5400.120.65166.2536.9225.49
Hex29594E360C41a62519
Octal51131116660141012464531
Binary101001101100110011101101100110010000011010011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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