#29574B

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

Shades of Evening Sea #29574B

Tints of Evening Sea #29574B

Color information

#29574B (or 0x29574B) is unknown color: approx Evening Sea. HEX triplet: 29, 57 and 4B. RGB value is (41,87,75). Sum of RGB (Red+Green+Blue) = 41+87+75=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #29574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29574B is #D6A8B4. Grayscale: #474747. Windows color (decimal): -14067893 or 4937513. OLE color: 4937513.

HSL color Cylindrical-coordinate representation of color #29574B: hue angle of 164.35º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29574B is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB418775-
CMYK0.5300.140.66
HSL164.35º35.94%25.1%-
HSV(B)164.35º52.87%34.12%-
XYZ5.597.87.87-
YUV71.88129.76105.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=20.20%
G=42.86%
B=36.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4187750.5300.140.66164.3535.9425.1
Hex29574B350E42a42419
Octal51127113650161022444431
Binary101001101011110010111101010111010000101010010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29574B; }

 p { color: rgb(41,87,75); }

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

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

 a { background-color: rgb(41,87,75); }

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

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

 span { border-color: rgb(41,87,75); }

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