#2C5948

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

Shades of Evening Sea #2C5948

Tints of Evening Sea #2C5948

Color information

#2C5948 (or 0x2C5948) is unknown color: approx Evening Sea. HEX triplet: 2C, 59 and 48. RGB value is (44,89,72). Sum of RGB (Red+Green+Blue) = 44+89+72=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5948 is #D3A6B7. Grayscale: #494949. Windows color (decimal): -13870776 or 4741420. OLE color: 4741420.

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

Color convert

RGB448972-
CMYK0.5100.190.65
HSL157.33º33.83%26.08%-
HSV(B)157.33º50.56%34.9%-
XYZ5.788.157.4-
YUV73.61127.09106.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=21.46%
G=43.41%
B=35.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4489720.5100.190.65157.3333.8326.08
Hex2C594833013419d221a
Octal54131110630231012354232
Binary1011001011001100100011001101001110000011001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,89,72); }

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

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

 a { background-color: rgb(44,89,72); }

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

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

 span { border-color: rgb(44,89,72); }

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