#2E885D

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

Shades of Sea Green #2E885D

Tints of Sea Green #2E885D

Color information

#2E885D (or 0x2E885D) is unknown color: approx Sea Green. HEX triplet: 2E, 88 and 5D. RGB value is (46,136,93). Sum of RGB (Red+Green+Blue) = 46+136+93=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #2E885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E885D is #D177A2. Grayscale: #686868. Windows color (decimal): -13727651 or 6129710. OLE color: 6129710.

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

Color convert

RGB4613693-
CMYK0.6600.320.47
HSL151.33º49.45%35.69%-
HSV(B)151.33º66.18%53.33%-
XYZ11.9118.9813.39-
YUV104.19121.6886.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=16.73%
G=49.45%
B=33.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46136930.6600.320.47151.3349.4535.69
Hex2E885D420202F973124
Octal56210135102040572276144
Binary1011101000100010111011000010010000010111110010111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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