#2D574D

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

Shades of Evening Sea #2D574D

Tints of Evening Sea #2D574D

Color information

#2D574D (or 0x2D574D) is unknown color: approx Evening Sea. HEX triplet: 2D, 57 and 4D. RGB value is (45,87,77). Sum of RGB (Red+Green+Blue) = 45+87+77=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #2D574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D574D is #D2A8B2. Grayscale: #494949. Windows color (decimal): -13805747 or 5068589. OLE color: 5068589.

HSL color Cylindrical-coordinate representation of color #2D574D: hue angle of 165.71º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D574D is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB458777-
CMYK0.4800.110.66
HSL165.71º31.82%25.88%-
HSV(B)165.71º48.28%34.12%-
XYZ5.837.918.24-
YUV73.3130.09107.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=21.53%
G=41.63%
B=36.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4587770.4800.110.66165.7131.8225.88
Hex2D574D300B42a6201a
Octal55127115600131022464032
Binary101101101011110011011100000101110000101010011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,87,77); }

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

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

 a { background-color: rgb(45,87,77); }

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

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

 span { border-color: rgb(45,87,77); }

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