#2E8654

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

Shades of Sea Green #2E8654

Tints of Sea Green #2E8654

Color information

#2E8654 (or 0x2E8654) is unknown color: approx Sea Green. HEX triplet: 2E, 86 and 54. RGB value is (46,134,84). Sum of RGB (Red+Green+Blue) = 46+134+84=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8654 is #D179AB. Grayscale: #666666. Windows color (decimal): -13728172 or 5539374. OLE color: 5539374.

HSL color Cylindrical-coordinate representation of color #2E8654: hue angle of 145.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8654 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB4613484-
CMYK0.6600.370.47
HSL145.91º48.89%35.29%-
HSV(B)145.91º65.67%52.55%-
XYZ11.2518.2711.32-
YUV101.99117.8588.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=17.42%
G=50.76%
B=31.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46134840.6600.370.47145.9148.8935.29
Hex2E8654420252F923123
Octal56206124102045572226143
Binary1011101000011010101001000010010010110111110010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,134,84); }

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

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

 a { background-color: rgb(46,134,84); }

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

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

 span { border-color: rgb(46,134,84); }

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