#2E895A

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

Shades of Sea Green #2E895A

Tints of Sea Green #2E895A

Color information

#2E895A (or 0x2E895A) is unknown color: approx Sea Green. HEX triplet: 2E, 89 and 5A. RGB value is (46,137,90). Sum of RGB (Red+Green+Blue) = 46+137+90=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #2E895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E895A is #D176A5. Grayscale: #686868. Windows color (decimal): -13727398 or 5933358. OLE color: 5933358.

HSL color Cylindrical-coordinate representation of color #2E895A: hue angle of 149.01º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E895A is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB4613790-
CMYK0.6600.340.46
HSL149.01º49.73%35.88%-
HSV(B)149.01º66.42%53.73%-
XYZ11.9219.2112.75-
YUV104.43119.8586.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=16.85%
G=50.18%
B=32.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46137900.6600.340.46149.0149.7335.88
Hex2E895A420222E953224
Octal56211132102042562256244
Binary1011101000100110110101000010010001010111010010101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,137,90); }

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

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

 a { background-color: rgb(46,137,90); }

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

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

 span { border-color: rgb(46,137,90); }

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