#2D574E

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

Shades of Evening Sea #2D574E

Tints of Evening Sea #2D574E

Color information

#2D574E (or 0x2D574E) is unknown color: approx Evening Sea. HEX triplet: 2D, 57 and 4E. RGB value is (45,87,78). Sum of RGB (Red+Green+Blue) = 45+87+78=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #2D574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D574E is #D2A8B1. Grayscale: #494949. Windows color (decimal): -13805746 or 5134125. OLE color: 5134125.

HSL color Cylindrical-coordinate representation of color #2D574E: hue angle of 167.14º 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 #2D574E is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB458778-
CMYK0.4800.100.66
HSL167.14º31.82%25.88%-
HSV(B)167.14º48.28%34.12%-
XYZ5.877.928.43-
YUV73.42130.59107.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=21.43%
G=41.43%
B=37.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4587780.4800.100.66167.1431.8225.88
Hex2D574E300A42a7201a
Octal55127116600121022474032
Binary101101101011110011101100000101010000101010011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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