#2E9446

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

Shades of Sea Green #2E9446

Tints of Sea Green #2E9446

Color information

#2E9446 (or 0x2E9446) is unknown color: approx Sea Green. HEX triplet: 2E, 94 and 46. RGB value is (46,148,70). Sum of RGB (Red+Green+Blue) = 46+148+70=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9446 is #D16BB9. Grayscale: #6C6C6C. Windows color (decimal): -13724602 or 4625454. OLE color: 4625454.

HSL color Cylindrical-coordinate representation of color #2E9446: hue angle of 134.12º 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 #2E9446 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB4614870-
CMYK0.6900.530.42
HSL134.12º52.58%38.04%-
HSV(B)134.12º68.92%58.04%-
XYZ12.8222.29.4-
YUV108.61106.2183.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 148 (58.20% from 255) = 56.06%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=17.42%
G=56.06%
B=26.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148700.6900.530.42134.1252.5838.04
Hex2E9446450352A863526
Octal56224106105065522066546
Binary1011101001010010001101000101011010110101010000110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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