#2E865C

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

Shades of Sea Green #2E865C

Tints of Sea Green #2E865C

Color information

#2E865C (or 0x2E865C) is unknown color: approx Sea Green. HEX triplet: 2E, 86 and 5C. RGB value is (46,134,92). Sum of RGB (Red+Green+Blue) = 46+134+92=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #2E865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E865C is #D179A3. Grayscale: #666666. Windows color (decimal): -13728164 or 6063662. OLE color: 6063662.

HSL color Cylindrical-coordinate representation of color #2E865C: hue angle of 151.36º 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 #2E865C is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB4613492-
CMYK0.6600.310.47
HSL151.36º48.89%35.29%-
HSV(B)151.36º65.67%52.55%-
XYZ11.5818.413.07-
YUV102.9121.8587.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=16.91%
G=49.26%
B=33.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46134920.6600.310.47151.3648.8935.29
Hex2E865C4201F2F973123
Octal56206134102037572276143
Binary101110100001101011100100001001111110111110010111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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