#2E885E

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

Shades of Sea Green #2E885E

Tints of Sea Green #2E885E

Color information

#2E885E (or 0x2E885E) is unknown color: approx Sea Green. HEX triplet: 2E, 88 and 5E. RGB value is (46,136,94). Sum of RGB (Red+Green+Blue) = 46+136+94=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #2E885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E885E is #D177A1. Grayscale: #686868. Windows color (decimal): -13727650 or 6195246. OLE color: 6195246.

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

Color convert

RGB4613694-
CMYK0.6600.310.47
HSL152º49.45%35.69%-
HSV(B)152º66.18%53.33%-
XYZ11.951913.63-
YUV104.3122.1886.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.67%
GREEN value IS 136 (53.52% from 255) = 49.28%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=16.67%
G=49.28%
B=34.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46136940.6600.310.4715249.4535.69
Hex2E885E4201F2F983124
Octal56210136102037572306144
Binary101110100010001011110100001001111110111110011000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,136,94); }

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

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

 a { background-color: rgb(46,136,94); }

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

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

 span { border-color: rgb(46,136,94); }

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