#2E944E

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

Shades of Sea Green #2E944E

Tints of Sea Green #2E944E

Color information

#2E944E (or 0x2E944E) is unknown color: approx Sea Green. HEX triplet: 2E, 94 and 4E. RGB value is (46,148,78). Sum of RGB (Red+Green+Blue) = 46+148+78=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #2E944E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E944E is #D16BB1. Grayscale: #6D6D6D. Windows color (decimal): -13724594 or 5149742. OLE color: 5149742.

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

Color convert

RGB4614878-
CMYK0.6900.470.42
HSL138.82º52.58%38.04%-
HSV(B)138.82º68.92%58.04%-
XYZ13.0922.3110.82-
YUV109.52110.2182.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=16.91%
G=54.41%
B=28.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148780.6900.470.42138.8252.5838.04
Hex2E944E4502F2A8b3526
Octal56224116105057522136546
Binary1011101001010010011101000101010111110101010001011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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