#2C544B

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

Shades of Evening Sea #2C544B

Tints of Evening Sea #2C544B

Color information

#2C544B (or 0x2C544B) is unknown color: approx Evening Sea. HEX triplet: 2C, 54 and 4B. RGB value is (44,84,75). Sum of RGB (Red+Green+Blue) = 44+84+75=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #2C544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C544B is #D3ABB4. Grayscale: #474747. Windows color (decimal): -13872053 or 4936748. OLE color: 4936748.

HSL color Cylindrical-coordinate representation of color #2C544B: hue angle of 166.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C544B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB448475-
CMYK0.4800.110.67
HSL166.5º31.25%25.1%-
HSV(B)166.5º47.62%32.94%-
XYZ5.487.387.79-
YUV71.01130.25108.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=21.67%
G=41.38%
B=36.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4484750.4800.110.67166.531.2525.1
Hex2C544B300B43a61f19
Octal54124113600131032463731
Binary10110010101001001011110000010111000011101001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,84,75); }

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

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

 a { background-color: rgb(44,84,75); }

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

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

 span { border-color: rgb(44,84,75); }

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