#2E864B

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

Shades of Sea Green #2E864B

Tints of Sea Green #2E864B

Color information

#2E864B (or 0x2E864B) is unknown color: approx Sea Green. HEX triplet: 2E, 86 and 4B. RGB value is (46,134,75). Sum of RGB (Red+Green+Blue) = 46+134+75=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #2E864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E864B is #D179B4. Grayscale: #656565. Windows color (decimal): -13728181 or 4949550. OLE color: 4949550.

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

Color convert

RGB4613475-
CMYK0.6600.440.47
HSL139.77º48.89%35.29%-
HSV(B)139.77º65.67%52.55%-
XYZ10.9218.149.58-
YUV100.96113.3588.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=18.04%
G=52.55%
B=29.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46134750.6600.440.47139.7748.8935.29
Hex2E864B4202C2F8c3123
Octal56206113102054572146143
Binary1011101000011010010111000010010110010111110001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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