#2E855B

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

Shades of Sea Green #2E855B

Tints of Sea Green #2E855B

Color information

#2E855B (or 0x2E855B) is unknown color: approx Sea Green. HEX triplet: 2E, 85 and 5B. RGB value is (46,133,91). Sum of RGB (Red+Green+Blue) = 46+133+91=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #2E855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E855B is #D17AA4. Grayscale: #666666. Windows color (decimal): -13728421 or 5997870. OLE color: 5997870.

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

Color convert

RGB4613391-
CMYK0.6500.320.48
HSL151.03º48.6%35.1%-
HSV(B)151.03º65.41%52.16%-
XYZ11.418.1112.79-
YUV102.2121.6887.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.04%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=17.04%
G=49.26%
B=33.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133910.6500.320.48151.0348.635.1
Hex2E855B4102030973123
Octal56205133101040602276143
Binary1011101000010110110111000001010000011000010010111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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