#2E874A

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

Shades of Sea Green #2E874A

Tints of Sea Green #2E874A

Color information

#2E874A (or 0x2E874A) is unknown color: approx Sea Green. HEX triplet: 2E, 87 and 4A. RGB value is (46,135,74). Sum of RGB (Red+Green+Blue) = 46+135+74=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #2E874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E874A is #D178B5. Grayscale: #656565. Windows color (decimal): -13727926 or 4884270. OLE color: 4884270.

HSL color Cylindrical-coordinate representation of color #2E874A: hue angle of 138.88º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E874A is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB4613574-
CMYK0.6600.450.47
HSL138.88º49.17%35.49%-
HSV(B)138.88º65.93%52.94%-
XYZ11.0318.49.45-
YUV101.44112.5188.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 135 (53.12% from 255) = 52.94%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=18.04%
G=52.94%
B=29.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46135740.6600.450.47138.8849.1735.49
Hex2E874A4202D2F8b3123
Octal56207112102055572136143
Binary1011101000011110010101000010010110110111110001011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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