#2E954B

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

Shades of Sea Green #2E954B

Tints of Sea Green #2E954B

Color information

#2E954B (or 0x2E954B) is unknown color: approx Sea Green. HEX triplet: 2E, 95 and 4B. RGB value is (46,149,75). Sum of RGB (Red+Green+Blue) = 46+149+75=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #2E954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E954B is #D16AB4. Grayscale: #6D6D6D. Windows color (decimal): -13724341 or 4953390. OLE color: 4953390.

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

Color convert

RGB4614975-
CMYK0.6900.500.42
HSL136.89º52.82%38.24%-
HSV(B)136.89º69.13%58.43%-
XYZ13.1422.5810.32-
YUV109.77108.3882.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.04%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=17.04%
G=55.19%
B=27.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46149750.6900.500.42136.8952.8238.24
Hex2E954B450322A893526
Octal56225113105062522116546
Binary1011101001010110010111000101011001010101010001001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,149,75); }

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

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

 a { background-color: rgb(46,149,75); }

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

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

 span { border-color: rgb(46,149,75); }

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