#2E994D

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

Shades of Sea Green #2E994D

Tints of Sea Green #2E994D

Color information

#2E994D (or 0x2E994D) is unknown color: approx Sea Green. HEX triplet: 2E, 99 and 4D. RGB value is (46,153,77). Sum of RGB (Red+Green+Blue) = 46+153+77=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #2E994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E994D is #D166B2. Grayscale: #707070. Windows color (decimal): -13723315 or 5085486. OLE color: 5085486.

HSL color Cylindrical-coordinate representation of color #2E994D: hue angle of 137.38º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E994D is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB4615377-
CMYK0.7000.500.4
HSL137.38º53.77%39.02%-
HSV(B)137.38º69.93%60%-
XYZ13.8623.910.9-
YUV112.34108.0580.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.67%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=16.67%
G=55.43%
B=27.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal46153770.7000.500.4137.3853.7739.02
Hex2E994D4603228893627
Octal56231115106062502116647
Binary1011101001100110011011000110011001010100010001001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,153,77); }

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

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

 a { background-color: rgb(46,153,77); }

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

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

 span { border-color: rgb(46,153,77); }

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