#2E8D4C

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

Shades of Sea Green #2E8D4C

Tints of Sea Green #2E8D4C

Color information

#2E8D4C (or 0x2E8D4C) is unknown color: approx Sea Green. HEX triplet: 2E, 8D and 4C. RGB value is (46,141,76). Sum of RGB (Red+Green+Blue) = 46+141+76=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8D4C is #D172B3. Grayscale: #696969. Windows color (decimal): -13726388 or 5016878. OLE color: 5016878.

HSL color Cylindrical-coordinate representation of color #2E8D4C: hue angle of 138.95º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D4C is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB4614176-
CMYK0.6700.460.45
HSL138.95º50.8%36.67%-
HSV(B)138.95º67.38%55.29%-
XYZ11.9620.1510.1-
YUV105.18111.5385.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.49%
GREEN value IS 141 (55.47% from 255) = 53.61%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=17.49%
G=53.61%
B=28.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46141760.6700.460.45138.9550.836.67
Hex2E8D4C4302E2D8b3325
Octal56215114103056552136345
Binary1011101000110110011001000011010111010110110001011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,141,76); }

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

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

 a { background-color: rgb(46,141,76); }

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

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

 span { border-color: rgb(46,141,76); }

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