Html Css Color HEX #2E954D Sea Green

📋 copy color: '#2E954D'

red 46 ◦ green 149 ◦ blue 77

#2E954D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #2E954D

Tints of Sea Green #2E954D

RGB

 RED value IS 46 (18.36% from 255) = 16.91%

 GREEN value IS 149 (58.59% from 255) = 54.78%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 16.91%
G = 54.78%
B = 28.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#2E954D (or 0x2E954D) is known color: Sea Green. HEX triplet: 2E, 95 and 4D. RGB value is (46,149,77). Sum of RGB (Red+Green+Blue) = 46+149+77=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #2E954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E954D is #D16AB2. Grayscale: #6E6E6E. Windows color (decimal): -13724339 or 5084462. OLE color: 5084462.

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

Color convert

RGB 46 149 77 -
CMYK 0.69 0 0.48 0.42
HSL 138.06º 0.53% 0.38% -
HSV(B) 138.06º 0.69% 0.58% -
XYZ 13.21 22.61 10.69 -
YUV 110 109.38 82.35 -
System Red Green Blue C M Y K H S L
Decimal 46 149 77 0.69 0 0.48 0.42 138.06 0.53 0.38
Hex 2E 95 4D 45 0 30 2A 8A 35 26
Octal 56 225 115 105 0 60 52 212 65 46
Binary 101110 10010101 1001101 1000101 0 110000 101010 10001010 110101 100110

Color Harmonies of #2E954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E954D

Black with #2E954D

Text Example


Text Example

White with #2E954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E954D;
 }
 .AnyTagClassName
 {
   color: #2E954D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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