#2D5E4D

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

Shades of Evening Sea #2D5E4D

Tints of Evening Sea #2D5E4D

Color information

#2D5E4D (or 0x2D5E4D) is unknown color: approx Evening Sea. HEX triplet: 2D, 5E and 4D. RGB value is (45,94,77). Sum of RGB (Red+Green+Blue) = 45+94+77=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #2D5E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5E4D is #D2A1B2. Grayscale: #4D4D4D. Windows color (decimal): -13803955 or 5070381. OLE color: 5070381.

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

Color convert

RGB459477-
CMYK0.5200.180.63
HSL159.18º35.25%27.25%-
HSV(B)159.18º52.13%36.86%-
XYZ6.429.18.44-
YUV77.41127.77104.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.83%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=20.83%
G=43.52%
B=35.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4594770.5200.180.63159.1835.2527.25
Hex2D5E4D340123F9f231b
Octal5513611564022772374333
Binary101101101111010011011101000100101111111001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,94,77); }

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

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

 a { background-color: rgb(45,94,77); }

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

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

 span { border-color: rgb(45,94,77); }

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