Html Css Color HEX #2E834D Sea Green

📋 copy color: '#2E834D'

red 46 ◦ green 131 ◦ blue 77

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

Shades of Sea Green #2E834D

Tints of Sea Green #2E834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

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

R = 18.11%
G = 51.57%
B = 30.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#2E834D (or 0x2E834D) is known color: Sea Green. HEX triplet: 2E, 83 and 4D. RGB value is (46,131,77). Sum of RGB (Red+Green+Blue) = 46+131+77=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #2E834D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E834D is #D17CB2. Grayscale: #636363. Windows color (decimal): -13728947 or 5079854. OLE color: 5079854.

HSL color Cylindrical-coordinate representation of color #2E834D: hue angle of 141.88º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E834D is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 131 77 -
CMYK 0.65 0 0.41 0.49
HSL 141.88º 0.48% 0.35% -
HSV(B) 141.88º 0.65% 0.51% -
XYZ 10.58 17.35 9.81 -
YUV 99.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 46 131 77 0.65 0 0.41 0.49 141.88 0.48 0.35
Hex 2E 83 4D 41 0 29 31 8E 30 23
Octal 56 203 115 101 0 51 61 216 60 43
Binary 101110 10000011 1001101 1000001 0 101001 110001 10001110 110000 100011

Color Harmonies of #2E834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E834D

Black with #2E834D

Text Example


Text Example

White with #2E834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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