#2E9353

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

Shades of Sea Green #2E9353

Tints of Sea Green #2E9353

Color information

#2E9353 (or 0x2E9353) is unknown color: approx Sea Green. HEX triplet: 2E, 93 and 53. RGB value is (46,147,83). Sum of RGB (Red+Green+Blue) = 46+147+83=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9353 is #D16CAC. Grayscale: #6D6D6D. Windows color (decimal): -13724845 or 5477166. OLE color: 5477166.

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

Color convert

RGB4614783-
CMYK0.6900.440.42
HSL141.98º52.33%37.84%-
HSV(B)141.98º68.71%57.65%-
XYZ13.1222.0711.75-
YUV109.51113.0482.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.67%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=16.67%
G=53.26%
B=30.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46147830.6900.440.42141.9852.3337.84
Hex2E93534502C2A8e3426
Octal56223123105054522166446
Binary1011101001001110100111000101010110010101010001110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,147,83); }

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

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

 a { background-color: rgb(46,147,83); }

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

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

 span { border-color: rgb(46,147,83); }

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