Html Css Color HEX #2E8C5B Sea Green

📋 copy color: '#2E8C5B'

red 46 ◦ green 140 ◦ blue 91

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

Shades of Sea Green #2E8C5B

Tints of Sea Green #2E8C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.54%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 16.61%
G = 50.54%
B = 32.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#2E8C5B (or 0x2E8C5B) is known color: Sea Green. HEX triplet: 2E, 8C and 5B. RGB value is (46,140,91). Sum of RGB (Red+Green+Blue) = 46+140+91=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C5B is #D173A4. Grayscale: #6A6A6A. Windows color (decimal): -13726629 or 5999662. OLE color: 5999662.

HSL color Cylindrical-coordinate representation of color #2E8C5B: hue angle of 148.72º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C5B is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 140 91 -
CMYK 0.67 0 0.35 0.45
HSL 148.72º 0.51% 0.36% -
HSV(B) 148.72º 0.67% 0.55% -
XYZ 12.39 20.09 13.12 -
YUV 106.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 46 140 91 0.67 0 0.35 0.45 148.72 0.51 0.36
Hex 2E 8C 5B 43 0 23 2D 95 33 24
Octal 56 214 133 103 0 43 55 225 63 44
Binary 101110 10001100 1011011 1000011 0 100011 101101 10010101 110011 100100

Color Harmonies of #2E8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8C5B

Black with #2E8C5B

Text Example


Text Example

White with #2E8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,140,91); }

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

background-color css

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

 a { background-color: rgb(46,140,91); }

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

border-color css

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

 span { border-color: rgb(46,140,91); }

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