Html Css Color HEX #2E9A4D Sea Green

📋 copy color: '#2E9A4D'

red 46 ◦ green 154 ◦ blue 77

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

Shades of Sea Green #2E9A4D

Tints of Sea Green #2E9A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.6%

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

R = 16.61%
G = 55.6%
B = 27.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#2E9A4D (or 0x2E9A4D) is known color: Sea Green. HEX triplet: 2E, 9A and 4D. RGB value is (46,154,77). Sum of RGB (Red+Green+Blue) = 46+154+77=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #2E9A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9A4D is #D165B2. Grayscale: #717171. Windows color (decimal): -13723059 or 5085742. OLE color: 5085742.

HSL color Cylindrical-coordinate representation of color #2E9A4D: hue angle of 137.22º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9A4D is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 154 77 -
CMYK 0.70 0 0.50 0.40
HSL 137.22º 0.54% 0.39% -
HSV(B) 137.22º 0.7% 0.6% -
XYZ 14.02 24.23 10.96 -
YUV 112.93 107.72 80.26 -
System Red Green Blue C M Y K H S L
Decimal 46 154 77 0.70 0 0.50 0.40 137.22 0.54 0.39
Hex 2E 9A 4D 46 0 32 28 89 36 27
Octal 56 232 115 106 0 62 50 211 66 47
Binary 101110 10011010 1001101 1000110 0 110010 101000 10001001 110110 100111

Color Harmonies of #2E9A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9A4D

Black with #2E9A4D

Text Example


Text Example

White with #2E9A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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