#2E8161

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

Shades of Sea Green #2E8161

Tints of Sea Green #2E8161

Color information

#2E8161 (or 0x2E8161) is unknown color: approx Sea Green. HEX triplet: 2E, 81 and 61. RGB value is (46,129,97). Sum of RGB (Red+Green+Blue) = 46+129+97=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8161 is #D17E9E. Grayscale: #646464. Windows color (decimal): -13729439 or 6390062. OLE color: 6390062.

HSL color Cylindrical-coordinate representation of color #2E8161: hue angle of 156.87º 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 #2E8161 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB4612997-
CMYK0.6400.250.49
HSL156.87º47.43%34.31%-
HSV(B)156.87º64.34%50.59%-
XYZ11.1317.1414.03-
YUV100.5412689.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=16.91%
G=47.43%
B=35.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46129970.6400.250.49156.8747.4334.31
Hex2E816140019319d2f22
Octal56201141100031612355742
Binary101110100000011100001100000001100111000110011101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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