#2C624C

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

Shades of Evening Sea #2C624C

Tints of Evening Sea #2C624C

Color information

#2C624C (or 0x2C624C) is unknown color: approx Evening Sea. HEX triplet: 2C, 62 and 4C. RGB value is (44,98,76). Sum of RGB (Red+Green+Blue) = 44+98+76=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #2C624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C624C is #D39DB3. Grayscale: #4F4F4F. Windows color (decimal): -13868468 or 5005868. OLE color: 5005868.

HSL color Cylindrical-coordinate representation of color #2C624C: hue angle of 155.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C624C is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB449876-
CMYK0.5500.220.62
HSL155.56º38.03%27.84%-
HSV(B)155.56º55.1%38.43%-
XYZ6.719.798.37-
YUV79.35126.11102.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.18%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=20.18%
G=44.95%
B=34.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4498760.5500.220.62155.5638.0327.84
Hex2C624C370163E9c261c
Octal5414211467026762344634
Binary101100110001010011001101110101101111101001110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,98,76); }

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

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

 a { background-color: rgb(44,98,76); }

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

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

 span { border-color: rgb(44,98,76); }

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