#2E8C60

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

Shades of Sea Green #2E8C60

Tints of Sea Green #2E8C60

Color information

#2E8C60 (or 0x2E8C60) is unknown color: approx Sea Green. HEX triplet: 2E, 8C and 60. RGB value is (46,140,96). Sum of RGB (Red+Green+Blue) = 46+140+96=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C60 is #D1739F. Grayscale: #6A6A6A. Windows color (decimal): -13726624 or 6327342. OLE color: 6327342.

HSL color Cylindrical-coordinate representation of color #2E8C60: hue angle of 151.91º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C60 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB4614096-
CMYK0.6700.310.45
HSL151.91º50.54%36.47%-
HSV(B)151.91º67.14%54.9%-
XYZ12.6220.1814.3-
YUV106.88121.8684.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=16.31%
G=49.65%
B=34.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46140960.6700.310.45151.9150.5436.47
Hex2E8C604301F2D983324
Octal56214140103037552306344
Binary101110100011001100000100001101111110110110011000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,96); }

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

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

 a { background-color: rgb(46,140,96); }

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

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

 span { border-color: rgb(46,140,96); }

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