Html Css Color HEX #2E7057 Evening Sea

📋 copy color: '#2E7057'

red 46 ◦ green 112 ◦ blue 87

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

Shades of Evening Sea #2E7057

Tints of Evening Sea #2E7057

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 87 (34.38% from 255) = 35.51%

R = 18.78%
G = 45.71%
B = 35.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#2E7057 (or 0x2E7057) is known color: Evening Sea. HEX triplet: 2E, 70 and 57. RGB value is (46,112,87). Sum of RGB (Red+Green+Blue) = 46+112+87=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7057 is #D18FA8. Grayscale: #595959. Windows color (decimal): -13733801 or 5730350. OLE color: 5730350.

HSL color Cylindrical-coordinate representation of color #2E7057: hue angle of 157.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7057 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 112 87 -
CMYK 0.59 0 0.22 0.56
HSL 157.27º 0.42% 0.31% -
HSV(B) 157.27º 0.59% 0.44% -
XYZ 8.64 12.86 11.04 -
YUV 89.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 46 112 87 0.59 0 0.22 0.56 157.27 0.42 0.31
Hex 2E 70 57 3B 0 16 38 9D 2A 1F
Octal 56 160 127 73 0 26 70 235 52 37
Binary 101110 1110000 1010111 111011 0 10110 111000 10011101 101010 11111

Color Harmonies of #2E7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7057

Black with #2E7057

Text Example


Text Example

White with #2E7057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,112,87); }

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

background-color css

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

 a { background-color: rgb(46,112,87); }

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

border-color css

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

 span { border-color: rgb(46,112,87); }

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