Html Css Color HEX #2E5B51 Evening Sea

📋 copy color: '#2E5B51'

red 46 ◦ green 91 ◦ blue 81

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

Shades of Evening Sea #2E5B51

Tints of Evening Sea #2E5B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.74%

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 21.1%
G = 41.74%
B = 37.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#2E5B51 (or 0x2E5B51) is known color: Evening Sea. HEX triplet: 2E, 5B and 51. RGB value is (46,91,81). Sum of RGB (Red+Green+Blue) = 46+91+81=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B51 is #D1A4AE. Grayscale: #4C4C4C. Windows color (decimal): -13739183 or 5331758. OLE color: 5331758.

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

Color convert

RGB 46 91 81 -
CMYK 0.49 0 0.11 0.64
HSL 166.67º 0.33% 0.27% -
HSV(B) 166.67º 0.49% 0.36% -
XYZ 6.35 8.66 9.12 -
YUV 76.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 46 91 81 0.49 0 0.11 0.64 166.67 0.33 0.27
Hex 2E 5B 51 31 0 B 40 A7 21 1B
Octal 56 133 121 61 0 13 100 247 41 33
Binary 101110 1011011 1010001 110001 0 1011 1000000 10100111 100001 11011

Color Harmonies of #2E5B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5B51

Black with #2E5B51

Text Example


Text Example

White with #2E5B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,91,81); }

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

background-color css

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

 a { background-color: rgb(46,91,81); }

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

border-color css

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

 span { border-color: rgb(46,91,81); }

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