#2E9442

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

Shades of Sea Green #2E9442

Tints of Sea Green #2E9442

Color information

#2E9442 (or 0x2E9442) is unknown color: approx Sea Green. HEX triplet: 2E, 94 and 42. RGB value is (46,148,66). Sum of RGB (Red+Green+Blue) = 46+148+66=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9442 is #D16BBD. Grayscale: #6C6C6C. Windows color (decimal): -13724606 or 4363310. OLE color: 4363310.

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

Color convert

RGB4614866-
CMYK0.6900.550.42
HSL131.76º52.58%38.04%-
HSV(B)131.76º68.92%58.04%-
XYZ12.722.158.76-
YUV108.15104.2183.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.69%
GREEN value IS 148 (58.20% from 255) = 56.92%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=17.69%
G=56.92%
B=25.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148660.6900.550.42131.7652.5838.04
Hex2E9442450372A843526
Octal56224102105067522046546
Binary1011101001010010000101000101011011110101010000100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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