#2e9047

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

Shades of Sea Green #2E9047

Tints of Sea Green #2E9047

Color information

#2E9047 (or 0x2E9047) is unknown color: approx Sea Green. HEX triplet: 2E, 90 and 47. RGB value is (46,144,71). Sum of RGB (Red+Green+Blue) = 46+144+71=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E9047 is #D16FB8. Grayscale: #6A6A6A. Windows color (decimal): -13725625 or 4689966. OLE color: 4689966.

HSL color Cylindrical-coordinate representation of color #2E9047: hue angle of 135.31º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9047 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB4614471-
CMYK0.6800.510.44
HSL135.31º51.58%37.25%-
HSV(B)135.31º68.06%56.47%-
XYZ12.2420.989.37-
YUV106.38108.0384.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.62%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=17.62%
G=55.17%
B=27.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46144710.6800.510.44135.3151.5837.25
Hex2E9047440332C873425
Octal56220107104063542076445
Binary1011101001000010001111000100011001110110010000111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e9047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,144,71); }

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

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

 a { background-color: rgb(46,144,71); }

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

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

 span { border-color: rgb(46,144,71); }

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