#2E855D

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

Shades of Sea Green #2E855D

Tints of Sea Green #2E855D

Color information

#2E855D (or 0x2E855D) is unknown color: approx Sea Green. HEX triplet: 2E, 85 and 5D. RGB value is (46,133,93). Sum of RGB (Red+Green+Blue) = 46+133+93=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #2E855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E855D is #D17AA2. Grayscale: #666666. Windows color (decimal): -13728419 or 6128942. OLE color: 6128942.

HSL color Cylindrical-coordinate representation of color #2E855D: hue angle of 152.41º 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 #2E855D is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB4613393-
CMYK0.6500.300.48
HSL152.41º48.6%35.1%-
HSV(B)152.41º65.41%52.16%-
XYZ11.4918.1513.25-
YUV102.43122.6887.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=16.91%
G=48.90%
B=34.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133930.6500.300.48152.4148.635.1
Hex2E855D4101E30983123
Octal56205135101036602306143
Binary101110100001011011101100000101111011000010011000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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