#2E944D

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

Shades of Sea Green #2E944D

Tints of Sea Green #2E944D

Color information

#2E944D (or 0x2E944D) is unknown color: approx Sea Green. HEX triplet: 2E, 94 and 4D. RGB value is (46,148,77). Sum of RGB (Red+Green+Blue) = 46+148+77=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #2E944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E944D is #D16BB2. Grayscale: #6D6D6D. Windows color (decimal): -13724595 or 5084206. OLE color: 5084206.

HSL color Cylindrical-coordinate representation of color #2E944D: hue angle of 138.24º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E944D is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB4614877-
CMYK0.6900.480.42
HSL138.24º52.58%38.04%-
HSV(B)138.24º68.92%58.04%-
XYZ13.0622.310.64-
YUV109.41109.7182.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=16.97%
G=54.61%
B=28.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148770.6900.480.42138.2452.5838.04
Hex2E944D450302A8a3526
Octal56224115105060522126546
Binary1011101001010010011011000101011000010101010001010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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