#2E854F

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

Shades of Sea Green #2E854F

Tints of Sea Green #2E854F

Color information

#2E854F (or 0x2E854F) is unknown color: approx Sea Green. HEX triplet: 2E, 85 and 4F. RGB value is (46,133,79). Sum of RGB (Red+Green+Blue) = 46+133+79=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #2E854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E854F is #D17AB0. Grayscale: #646464. Windows color (decimal): -13728433 or 5211438. OLE color: 5211438.

HSL color Cylindrical-coordinate representation of color #2E854F: hue angle of 142.76º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E854F is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB4613379-
CMYK0.6500.410.48
HSL142.76º48.6%35.1%-
HSV(B)142.76º65.41%52.16%-
XYZ10.9317.9210.28-
YUV100.83115.6888.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.83%
GREEN value IS 133 (52.34% from 255) = 51.55%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=17.83%
G=51.55%
B=30.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133790.6500.410.48142.7648.635.1
Hex2E854F41029308f3123
Octal56205117101051602176143
Binary1011101000010110011111000001010100111000010001111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,133,79); }

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

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

 a { background-color: rgb(46,133,79); }

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

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

 span { border-color: rgb(46,133,79); }

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