Html Css Color HEX #2E8A4D Sea Green

📋 copy color: '#2E8A4D'

red 46 ◦ green 138 ◦ blue 77

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

Shades of Sea Green #2E8A4D

Tints of Sea Green #2E8A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.87%

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

R = 17.62%
G = 52.87%
B = 29.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#2E8A4D (or 0x2E8A4D) is known color: Sea Green. HEX triplet: 2E, 8A and 4D. RGB value is (46,138,77). Sum of RGB (Red+Green+Blue) = 46+138+77=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #2E8A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8A4D is #D175B2. Grayscale: #676767. Windows color (decimal): -13727155 or 5081646. OLE color: 5081646.

HSL color Cylindrical-coordinate representation of color #2E8A4D: hue angle of 140.22º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8A4D is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 138 77 -
CMYK 0.67 0 0.44 0.46
HSL 140.22º 0.5% 0.36% -
HSV(B) 140.22º 0.67% 0.54% -
XYZ 11.55 19.29 10.14 -
YUV 103.54 113.02 86.96 -
System Red Green Blue C M Y K H S L
Decimal 46 138 77 0.67 0 0.44 0.46 140.22 0.5 0.36
Hex 2E 8A 4D 43 0 2C 2E 8C 32 24
Octal 56 212 115 103 0 54 56 214 62 44
Binary 101110 10001010 1001101 1000011 0 101100 101110 10001100 110010 100100

Color Harmonies of #2E8A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8A4D

Black with #2E8A4D

Text Example


Text Example

White with #2E8A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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