Html Css Color HEX #2E934D Sea Green

📋 copy color: '#2E934D'

red 46 ◦ green 147 ◦ blue 77

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

Shades of Sea Green #2E934D

Tints of Sea Green #2E934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.44%

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

R = 17.04%
G = 54.44%
B = 28.52%

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

#2E934D (or 0x2E934D) is known color: Sea Green. HEX triplet: 2E, 93 and 4D. RGB value is (46,147,77). Sum of RGB (Red+Green+Blue) = 46+147+77=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #2E934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E934D is #D16CB2. Grayscale: #6C6C6C. Windows color (decimal): -13724851 or 5083950. OLE color: 5083950.

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

Color convert

RGB 46 147 77 -
CMYK 0.69 0 0.48 0.42
HSL 138.42º 0.52% 0.38% -
HSV(B) 138.42º 0.69% 0.58% -
XYZ 12.9 21.98 10.58 -
YUV 108.82 110.04 83.19 -
System Red Green Blue C M Y K H S L
Decimal 46 147 77 0.69 0 0.48 0.42 138.42 0.52 0.38
Hex 2E 93 4D 45 0 30 2A 8A 34 26
Octal 56 223 115 105 0 60 52 212 64 46
Binary 101110 10010011 1001101 1000101 0 110000 101010 10001010 110100 100110

Color Harmonies of #2E934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E934D

Black with #2E934D

Text Example


Text Example

White with #2E934D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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