Html Css Color HEX #2E5D4F Evening Sea

📋 copy color: '#2E5D4F'

red 46 ◦ green 93 ◦ blue 79

#2E5D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #2E5D4F

Tints of Evening Sea #2E5D4F

RGB

 RED value IS 46 (18.36% from 255) = 21.1%

 GREEN value IS 93 (36.72% from 255) = 42.66%

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 21.1%
G = 42.66%
B = 36.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#2E5D4F (or 0x2E5D4F) is known color: Evening Sea. HEX triplet: 2E, 5D and 4F. RGB value is (46,93,79). Sum of RGB (Red+Green+Blue) = 46+93+79=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D4F is #D1A2B0. Grayscale: #4D4D4D. Windows color (decimal): -13738673 or 5201198. OLE color: 5201198.

HSL color Cylindrical-coordinate representation of color #2E5D4F: hue angle of 162.13º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D4F is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 93 79 -
CMYK 0.51 0 0.15 0.64
HSL 162.13º 0.34% 0.27% -
HSV(B) 162.13º 0.51% 0.36% -
XYZ 6.45 8.97 8.79 -
YUV 77.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 46 93 79 0.51 0 0.15 0.64 162.13 0.34 0.27
Hex 2E 5D 4F 33 0 F 40 A2 22 1B
Octal 56 135 117 63 0 17 100 242 42 33
Binary 101110 1011101 1001111 110011 0 1111 1000000 10100010 100010 11011

Color Harmonies of #2E5D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5D4F

Black with #2E5D4F

Text Example


Text Example

White with #2E5D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,93,79); }

 H1.HeaderClassName
 {
   color: #2E5D4F;
 }
 .AnyTagClassName
 {
   color: #2E5D4F;
 }
</style>

background-color css

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

 a { background-color: rgb(46,93,79); }

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

border-color css

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

 span { border-color: rgb(46,93,79); }

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