Html Css Color HEX #2E5F50 Evening Sea

📋 copy color: '#2E5F50'

red 46 ◦ green 95 ◦ blue 80

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

Shades of Evening Sea #2E5F50

Tints of Evening Sea #2E5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.99%

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 20.81%
G = 42.99%
B = 36.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#2E5F50 (or 0x2E5F50) is known color: Evening Sea. HEX triplet: 2E, 5F and 50. RGB value is (46,95,80). Sum of RGB (Red+Green+Blue) = 46+95+80=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F50 is #D1A0AF. Grayscale: #4E4E4E. Windows color (decimal): -13738160 or 5267246. OLE color: 5267246.

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

Color convert

RGB 46 95 80 -
CMYK 0.52 0 0.16 0.63
HSL 161.63º 0.35% 0.28% -
HSV(B) 161.63º 0.52% 0.37% -
XYZ 6.67 9.34 9.04 -
YUV 78.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 46 95 80 0.52 0 0.16 0.63 161.63 0.35 0.28
Hex 2E 5F 50 34 0 10 3F A2 23 1C
Octal 56 137 120 64 0 20 77 242 43 34
Binary 101110 1011111 1010000 110100 0 10000 111111 10100010 100011 11100

Color Harmonies of #2E5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5F50

Black with #2E5F50

Text Example


Text Example

White with #2E5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,95,80); }

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

background-color css

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

 a { background-color: rgb(46,95,80); }

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

border-color css

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

 span { border-color: rgb(46,95,80); }

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