#2E8556

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

Shades of Sea Green #2E8556

Tints of Sea Green #2E8556

Color information

#2E8556 (or 0x2E8556) is unknown color: approx Sea Green. HEX triplet: 2E, 85 and 56. RGB value is (46,133,86). Sum of RGB (Red+Green+Blue) = 46+133+86=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8556 is #D17AA9. Grayscale: #656565. Windows color (decimal): -13728426 or 5670190. OLE color: 5670190.

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

Color convert

RGB4613386-
CMYK0.6500.350.48
HSL147.59º48.6%35.1%-
HSV(B)147.59º65.41%52.16%-
XYZ11.1918.0311.69-
YUV101.63119.1888.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=17.36%
G=50.19%
B=32.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133860.6500.350.48147.5948.635.1
Hex2E85564102330943123
Octal56205126101043602246143
Binary1011101000010110101101000001010001111000010010100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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