#2C604F

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

Shades of Evening Sea #2C604F

Tints of Evening Sea #2C604F

Color information

#2C604F (or 0x2C604F) is unknown color: approx Evening Sea. HEX triplet: 2C, 60 and 4F. RGB value is (44,96,79). Sum of RGB (Red+Green+Blue) = 44+96+79=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #2C604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C604F is #D39FB0. Grayscale: #4E4E4E. Windows color (decimal): -13868977 or 5201964. OLE color: 5201964.

HSL color Cylindrical-coordinate representation of color #2C604F: hue angle of 160.38º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C604F is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB449679-
CMYK0.5400.180.62
HSL160.38º37.14%27.45%-
HSV(B)160.38º54.17%37.65%-
XYZ6.639.478.87-
YUV78.51128.27103.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=20.09%
G=43.84%
B=36.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496790.5400.180.62160.3837.1427.45
Hex2C604F360123Ea0251b
Octal5414011766022762404533
Binary101100110000010011111101100100101111101010000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,79); }

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

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

 a { background-color: rgb(44,96,79); }

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

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

 span { border-color: rgb(44,96,79); }

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