#2E9441

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

Shades of Sea Green #2E9441

Tints of Sea Green #2E9441

Color information

#2E9441 (or 0x2E9441) is unknown color: approx Sea Green. HEX triplet: 2E, 94 and 41. RGB value is (46,148,65). Sum of RGB (Red+Green+Blue) = 46+148+65=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9441 is #D16BBE. Grayscale: #6C6C6C. Windows color (decimal): -13724607 or 4297774. OLE color: 4297774.

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

Color convert

RGB4614865-
CMYK0.6900.560.42
HSL131.18º52.58%38.04%-
HSV(B)131.18º68.92%58.04%-
XYZ12.6722.148.61-
YUV108.04103.7183.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=17.76%
G=57.14%
B=25.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148650.6900.560.42131.1852.5838.04
Hex2E9441450382A833526
Octal56224101105070522036546
Binary1011101001010010000011000101011100010101010000011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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