#2E8764

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

Shades of Sea Green #2E8764

Tints of Sea Green #2E8764

Color information

#2E8764 (or 0x2E8764) is unknown color: approx Sea Green. HEX triplet: 2E, 87 and 64. RGB value is (46,135,100). Sum of RGB (Red+Green+Blue) = 46+135+100=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8764 is #D1789B. Grayscale: #686868. Windows color (decimal): -13727900 or 6588206. OLE color: 6588206.

HSL color Cylindrical-coordinate representation of color #2E8764: hue angle of 156.4º 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 #2E8764 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB46135100-
CMYK0.6600.260.47
HSL156.4º49.17%35.49%-
HSV(B)156.4º65.93%52.94%-
XYZ12.0918.8315.05-
YUV104.4125.5186.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 135 (53.12% from 255) = 48.04%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=16.37%
G=48.04%
B=35.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal461351000.6600.260.47156.449.1735.49
Hex2E87644201A2F9c3123
Octal56207144102032572346143
Binary101110100001111100100100001001101010111110011100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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