#2E855E

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

Shades of Sea Green #2E855E

Tints of Sea Green #2E855E

Color information

#2E855E (or 0x2E855E) is unknown color: approx Sea Green. HEX triplet: 2E, 85 and 5E. RGB value is (46,133,94). Sum of RGB (Red+Green+Blue) = 46+133+94=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #2E855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E855E is #D17AA1. Grayscale: #666666. Windows color (decimal): -13728418 or 6194478. OLE color: 6194478.

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

Color convert

RGB4613394-
CMYK0.6500.290.48
HSL153.1º48.6%35.1%-
HSV(B)153.1º65.41%52.16%-
XYZ11.5318.1613.49-
YUV102.54123.1887.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=16.85%
G=48.72%
B=34.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133940.6500.290.48153.148.635.1
Hex2E855E4101D30993123
Octal56205136101035602316143
Binary101110100001011011110100000101110111000010011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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