#2E9456

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

Shades of Sea Green #2E9456

Tints of Sea Green #2E9456

Color information

#2E9456 (or 0x2E9456) is unknown color: approx Sea Green. HEX triplet: 2E, 94 and 56. RGB value is (46,148,86). Sum of RGB (Red+Green+Blue) = 46+148+86=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9456 is #D16BA9. Grayscale: #6E6E6E. Windows color (decimal): -13724586 or 5674030. OLE color: 5674030.

HSL color Cylindrical-coordinate representation of color #2E9456: hue angle of 143.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9456 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB4614886-
CMYK0.6900.420.42
HSL143.53º52.58%38.04%-
HSV(B)143.53º68.92%58.04%-
XYZ13.422.4312.43-
YUV110.43114.2182.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 148 (58.20% from 255) = 52.86%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=16.43%
G=52.86%
B=30.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148860.6900.420.42143.5352.5838.04
Hex2E94564502A2A903526
Octal56224126105052522206546
Binary1011101001010010101101000101010101010101010010000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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