#2E9455

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

Shades of Sea Green #2E9455

Tints of Sea Green #2E9455

Color information

#2E9455 (or 0x2E9455) is unknown color: approx Sea Green. HEX triplet: 2E, 94 and 55. RGB value is (46,148,85). Sum of RGB (Red+Green+Blue) = 46+148+85=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9455 is #D16BAA. Grayscale: #6E6E6E. Windows color (decimal): -13724587 or 5608494. OLE color: 5608494.

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

Color convert

RGB4614885-
CMYK0.6900.430.42
HSL142.94º52.58%38.04%-
HSV(B)142.94º68.92%58.04%-
XYZ13.3622.4212.22-
YUV110.32113.7182.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 148 (58.20% from 255) = 53.05%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=16.49%
G=53.05%
B=30.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46148850.6900.430.42142.9452.5838.04
Hex2E94554502B2A8f3526
Octal56224125105053522176546
Binary1011101001010010101011000101010101110101010001111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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