#2E8955

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

Shades of Sea Green #2E8955

Tints of Sea Green #2E8955

Color information

#2E8955 (or 0x2E8955) is unknown color: approx Sea Green. HEX triplet: 2E, 89 and 55. RGB value is (46,137,85). Sum of RGB (Red+Green+Blue) = 46+137+85=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8955 is #D176AA. Grayscale: #676767. Windows color (decimal): -13727403 or 5605678. OLE color: 5605678.

HSL color Cylindrical-coordinate representation of color #2E8955: hue angle of 145.71º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8955 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB4613785-
CMYK0.6600.380.46
HSL145.71º49.73%35.88%-
HSV(B)145.71º66.42%53.73%-
XYZ11.7119.1311.67-
YUV103.86117.3586.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 137 (53.91% from 255) = 51.12%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=17.16%
G=51.12%
B=31.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46137850.6600.380.46145.7149.7335.88
Hex2E8955420262E923224
Octal56211125102046562226244
Binary1011101000100110101011000010010011010111010010010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,137,85); }

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

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

 a { background-color: rgb(46,137,85); }

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

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

 span { border-color: rgb(46,137,85); }

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