Html Css Color HEX #2E8561 Sea Green

📋 copy color: '#2E8561'

red 46 ◦ green 133 ◦ blue 97

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

Shades of Sea Green #2E8561

Tints of Sea Green #2E8561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 16.67%
G = 48.19%
B = 35.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#2E8561 (or 0x2E8561) is known color: Sea Green. HEX triplet: 2E, 85 and 61. RGB value is (46,133,97). Sum of RGB (Red+Green+Blue) = 46+133+97=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8561 is #D17A9E. Grayscale: #666666. Windows color (decimal): -13728415 or 6391086. OLE color: 6391086.

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

Color convert

RGB 46 133 97 -
CMYK 0.65 0 0.27 0.48
HSL 155.17º 0.49% 0.35% -
HSV(B) 155.17º 0.65% 0.52% -
XYZ 11.67 18.22 14.21 -
YUV 102.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 46 133 97 0.65 0 0.27 0.48 155.17 0.49 0.35
Hex 2E 85 61 41 0 1B 30 9B 31 23
Octal 56 205 141 101 0 33 60 233 61 43
Binary 101110 10000101 1100001 1000001 0 11011 110000 10011011 110001 100011

Color Harmonies of #2E8561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8561

Black with #2E8561

Text Example


Text Example

White with #2E8561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,97); }

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

background-color css

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

 a { background-color: rgb(46,133,97); }

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

border-color css

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

 span { border-color: rgb(46,133,97); }

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