#2E7F5E

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

Shades of Sea Green #2E7F5E

Tints of Sea Green #2E7F5E

Color information

#2E7F5E (or 0x2E7F5E) is unknown color: approx Sea Green. HEX triplet: 2E, 7F and 5E. RGB value is (46,127,94). Sum of RGB (Red+Green+Blue) = 46+127+94=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F5E is #D180A1. Grayscale: #636363. Windows color (decimal): -13729954 or 6192942. OLE color: 6192942.

HSL color Cylindrical-coordinate representation of color #2E7F5E: hue angle of 155.56º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F5E is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB4612794-
CMYK0.6400.260.50
HSL155.56º46.82%33.92%-
HSV(B)155.56º63.78%49.8%-
XYZ10.7416.5713.22-
YUV99.02125.1690.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.23%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=17.23%
G=47.57%
B=35.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127940.6400.260.50155.5646.8233.92
Hex2E7F5E4001A329c2f22
Octal56177136100032622345742
Binary10111011111111011110100000001101011001010011100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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