#2E7F5F

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

Shades of Sea Green #2E7F5F

Tints of Sea Green #2E7F5F

Color information

#2E7F5F (or 0x2E7F5F) is unknown color: approx Sea Green. HEX triplet: 2E, 7F and 5F. RGB value is (46,127,95). Sum of RGB (Red+Green+Blue) = 46+127+95=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F5F is #D180A0. Grayscale: #636363. Windows color (decimal): -13729953 or 6258478. OLE color: 6258478.

HSL color Cylindrical-coordinate representation of color #2E7F5F: hue angle of 156.3º 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 #2E7F5F is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB4612795-
CMYK0.6400.250.50
HSL156.3º46.82%33.92%-
HSV(B)156.3º63.78%49.8%-
XYZ10.7816.5913.46-
YUV99.13125.6690.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 127 (50% from 255) = 47.39%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=17.16%
G=47.39%
B=35.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127950.6400.250.50156.346.8233.92
Hex2E7F5F40019329c2f22
Octal56177137100031622345742
Binary10111011111111011111100000001100111001010011100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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