#2D5649

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

Shades of Evening Sea #2D5649

Tints of Evening Sea #2D5649

Color information

#2D5649 (or 0x2D5649) is unknown color: approx Evening Sea. HEX triplet: 2D, 56 and 49. RGB value is (45,86,73). Sum of RGB (Red+Green+Blue) = 45+86+73=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5649 is #D2A9B6. Grayscale: #484848. Windows color (decimal): -13806007 or 4806189. OLE color: 4806189.

HSL color Cylindrical-coordinate representation of color #2D5649: hue angle of 160.98º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D5649 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB458673-
CMYK0.4800.150.66
HSL160.98º31.3%25.69%-
HSV(B)160.98º47.67%33.73%-
XYZ5.617.697.49-
YUV72.26128.42108.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.06%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=22.06%
G=42.16%
B=35.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4586730.4800.150.66160.9831.325.69
Hex2D5649300F42a11f1a
Octal55126111600171022413732
Binary10110110101101001001110000011111000010101000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,86,73); }

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

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

 a { background-color: rgb(45,86,73); }

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

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

 span { border-color: rgb(45,86,73); }

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