#2E8C5B

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

Shades of Sea Green #2E8C5B

Tints of Sea Green #2E8C5B

Color information

#2E8C5B (or 0x2E8C5B) is unknown color: approx Sea Green. HEX triplet: 2E, 8C and 5B. RGB value is (46,140,91). Sum of RGB (Red+Green+Blue) = 46+140+91=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C5B is #D173A4. Grayscale: #6A6A6A. Windows color (decimal): -13726629 or 5999662. OLE color: 5999662.

HSL color Cylindrical-coordinate representation of color #2E8C5B: hue angle of 148.72º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C5B is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB4614091-
CMYK0.6700.350.45
HSL148.72º50.54%36.47%-
HSV(B)148.72º67.14%54.9%-
XYZ12.3920.0913.12-
YUV106.31119.3684.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 140 (55.08% from 255) = 50.54%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=16.61%
G=50.54%
B=32.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46140910.6700.350.45148.7250.5436.47
Hex2E8C5B430232D953324
Octal56214133103043552256344
Binary1011101000110010110111000011010001110110110010101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,91); }

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

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

 a { background-color: rgb(46,140,91); }

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

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

 span { border-color: rgb(46,140,91); }

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