Html Css Color HEX #2E594E Evening Sea

📋 copy color: '#2E594E'

red 46 ◦ green 89 ◦ blue 78

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

Shades of Evening Sea #2E594E

Tints of Evening Sea #2E594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 78 (30.86% from 255) = 36.62%

R = 21.6%
G = 41.78%
B = 36.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#2E594E (or 0x2E594E) is known color: Evening Sea. HEX triplet: 2E, 59 and 4E. RGB value is (46,89,78). Sum of RGB (Red+Green+Blue) = 46+89+78=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #2E594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E594E is #D1A6B1. Grayscale: #4A4A4A. Windows color (decimal): -13739698 or 5134638. OLE color: 5134638.

HSL color Cylindrical-coordinate representation of color #2E594E: hue angle of 164.65º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E594E is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 78 -
CMYK 0.48 0 0.12 0.65
HSL 164.65º 0.32% 0.26% -
HSV(B) 164.65º 0.48% 0.35% -
XYZ 6.07 8.28 8.48 -
YUV 74.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 46 89 78 0.48 0 0.12 0.65 164.65 0.32 0.26
Hex 2E 59 4E 30 0 C 41 A5 20 1A
Octal 56 131 116 60 0 14 101 245 40 32
Binary 101110 1011001 1001110 110000 0 1100 1000001 10100101 100000 11010

Color Harmonies of #2E594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E594E

Black with #2E594E

Text Example


Text Example

White with #2E594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,78); }

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

background-color css

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

 a { background-color: rgb(46,89,78); }

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

border-color css

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

 span { border-color: rgb(46,89,78); }

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