#2E8760

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

Shades of Sea Green #2E8760

Tints of Sea Green #2E8760

Color information

#2E8760 (or 0x2E8760) is unknown color: approx Sea Green. HEX triplet: 2E, 87 and 60. RGB value is (46,135,96). Sum of RGB (Red+Green+Blue) = 46+135+96=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8760 is #D1789F. Grayscale: #686868. Windows color (decimal): -13727904 or 6326062. OLE color: 6326062.

HSL color Cylindrical-coordinate representation of color #2E8760: hue angle of 153.71º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8760 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB4613596-
CMYK0.6600.290.47
HSL153.71º49.17%35.49%-
HSV(B)153.71º65.93%52.94%-
XYZ11.918.7514.06-
YUV103.94123.5186.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=16.61%
G=48.74%
B=34.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46135960.6600.290.47153.7149.1735.49
Hex2E87604201D2F9a3123
Octal56207140102035572326143
Binary101110100001111100000100001001110110111110011010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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