#2E8159

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

Shades of Sea Green #2E8159

Tints of Sea Green #2E8159

Color information

#2E8159 (or 0x2E8159) is unknown color: approx Sea Green. HEX triplet: 2E, 81 and 59. RGB value is (46,129,89). Sum of RGB (Red+Green+Blue) = 46+129+89=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8159 is #D17EA6. Grayscale: #636363. Windows color (decimal): -13729447 or 5865774. OLE color: 5865774.

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

Color convert

RGB4612989-
CMYK0.6400.310.49
HSL151.08º47.43%34.31%-
HSV(B)151.08º64.34%50.59%-
XYZ10.781712.16-
YUV99.6212289.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=17.42%
G=48.86%
B=33.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46129890.6400.310.49151.0847.4334.31
Hex2E81594001F31972f22
Octal56201131100037612275742
Binary101110100000011011001100000001111111000110010111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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