#2C584A

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

Shades of Evening Sea #2C584A

Tints of Evening Sea #2C584A

Color information

#2C584A (or 0x2C584A) is unknown color: approx Evening Sea. HEX triplet: 2C, 58 and 4A. RGB value is (44,88,74). Sum of RGB (Red+Green+Blue) = 44+88+74=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #2C584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C584A is #D3A7B5. Grayscale: #494949. Windows color (decimal): -13871030 or 4872236. OLE color: 4872236.

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

Color convert

RGB448874-
CMYK0.500.160.65
HSL160.91º33.33%25.88%-
HSV(B)160.91º50%34.51%-
XYZ5.768.017.72-
YUV73.25128.42107.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=21.36%
G=42.72%
B=35.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4488740.500.160.65160.9133.3325.88
Hex2C584A3201041a1211a
Octal54130112620201012414132
Binary1011001011000100101011001001000010000011010000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,88,74); }

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

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

 a { background-color: rgb(44,88,74); }

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

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

 span { border-color: rgb(44,88,74); }

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