#2E984A

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

Shades of Sea Green #2E984A

Tints of Sea Green #2E984A

Color information

#2E984A (or 0x2E984A) is unknown color: approx Sea Green. HEX triplet: 2E, 98 and 4A. RGB value is (46,152,74). Sum of RGB (Red+Green+Blue) = 46+152+74=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #2E984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E984A is #D167B5. Grayscale: #6F6F6F. Windows color (decimal): -13723574 or 4888622. OLE color: 4888622.

HSL color Cylindrical-coordinate representation of color #2E984A: hue angle of 135.85º 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 #2E984A is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB4615274-
CMYK0.7000.510.40
HSL135.85º53.54%38.82%-
HSV(B)135.85º69.74%59.61%-
XYZ13.5923.5310.3-
YUV111.41106.8881.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=16.91%
G=55.88%
B=27.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal46152740.7000.510.40135.8553.5438.82
Hex2E984A4603328883627
Octal56230112106063502106647
Binary1011101001100010010101000110011001110100010001000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,152,74); }

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

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

 a { background-color: rgb(46,152,74); }

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

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

 span { border-color: rgb(46,152,74); }

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