#2E7F57

Color #2E7F57 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2E7F57

Tints of Sea Green #2E7F57

Color information

#2E7F57 (or 0x2E7F57) is unknown color: approx Sea Green. HEX triplet: 2E, 7F and 57. RGB value is (46,127,87). Sum of RGB (Red+Green+Blue) = 46+127+87=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F57 is #D180A8. Grayscale: #626262. Windows color (decimal): -13729961 or 5734190. OLE color: 5734190.

HSL color Cylindrical-coordinate representation of color #2E7F57: hue angle of 150.37º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F57 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB4612787-
CMYK0.6400.310.50
HSL150.37º46.82%33.92%-
HSV(B)150.37º63.78%49.8%-
XYZ10.4416.4511.64-
YUV98.22121.6690.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.69%
GREEN value IS 127 (50% from 255) = 48.85%
BLUE value IS 87 (34.38% from 255) = 33.46%
R=17.69%
G=48.85%
B=33.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127870.6400.310.50150.3746.8233.92
Hex2E7F574001F32962f22
Octal56177127100037622265742
Binary10111011111111010111100000001111111001010010110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E7F57;
 }
 .AnyTagClassName
 {
   color: #2E7F57;
 }
</style>
background-color css

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

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

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

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

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

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