#2E8E5E

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

Shades of Sea Green #2E8E5E

Tints of Sea Green #2E8E5E

Color information

#2E8E5E (or 0x2E8E5E) is unknown color: approx Sea Green. HEX triplet: 2E, 8E and 5E. RGB value is (46,142,94). Sum of RGB (Red+Green+Blue) = 46+142+94=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8E5E is #D171A1. Grayscale: #6B6B6B. Windows color (decimal): -13726114 or 6196782. OLE color: 6196782.

HSL color Cylindrical-coordinate representation of color #2E8E5E: hue angle of 150º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8E5E is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB4614294-
CMYK0.6800.340.44
HSL150º51.06%36.86%-
HSV(B)150º67.61%55.69%-
XYZ12.8220.7313.92-
YUV107.82120.283.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=16.31%
G=50.35%
B=33.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46142940.6800.340.4415051.0636.86
Hex2E8E5E440222C963325
Octal56216136104042542266345
Binary1011101000111010111101000100010001010110010010110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,142,94); }

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

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

 a { background-color: rgb(46,142,94); }

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

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

 span { border-color: rgb(46,142,94); }

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