#2D594C

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

Shades of Evening Sea #2D594C

Tints of Evening Sea #2D594C

Color information

#2D594C (or 0x2D594C) is unknown color: approx Evening Sea. HEX triplet: 2D, 59 and 4C. RGB value is (45,89,76). Sum of RGB (Red+Green+Blue) = 45+89+76=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #2D594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D594C is #D2A6B3. Grayscale: #4A4A4A. Windows color (decimal): -13805236 or 5003565. OLE color: 5003565.

HSL color Cylindrical-coordinate representation of color #2D594C: hue angle of 162.27º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D594C is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB458976-
CMYK0.4900.150.65
HSL162.27º32.84%26.27%-
HSV(B)162.27º49.44%34.9%-
XYZ5.968.228.11-
YUV74.36128.92107.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=21.43%
G=42.38%
B=36.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4589760.4900.150.65162.2732.8426.27
Hex2D594C310F41a2211a
Octal55131114610171012424132
Binary101101101100110011001100010111110000011010001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D594C; }

 p { color: rgb(45,89,76); }

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

<style>
 a { background-color: #2D594C; }

 a { background-color: rgb(45,89,76); }

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

<style>
 span { border-color: #2D594C; }

 span { border-color: rgb(45,89,76); }

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