Html Css Color HEX #2E865A Sea Green

📋 copy color: '#2E865A'

red 46 ◦ green 134 ◦ blue 90

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

Shades of Sea Green #2E865A

Tints of Sea Green #2E865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 17.04%
G = 49.63%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#2E865A (or 0x2E865A) is known color: Sea Green. HEX triplet: 2E, 86 and 5A. RGB value is (46,134,90). Sum of RGB (Red+Green+Blue) = 46+134+90=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #2E865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E865A is #D179A5. Grayscale: #666666. Windows color (decimal): -13728166 or 5932590. OLE color: 5932590.

HSL color Cylindrical-coordinate representation of color #2E865A: hue angle of 150º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E865A is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 134 90 -
CMYK 0.66 0 0.33 0.47
HSL 150º 0.49% 0.35% -
HSV(B) 150º 0.66% 0.53% -
XYZ 11.5 18.37 12.61 -
YUV 102.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 46 134 90 0.66 0 0.33 0.47 150 0.49 0.35
Hex 2E 86 5A 42 0 21 2F 96 31 23
Octal 56 206 132 102 0 41 57 226 61 43
Binary 101110 10000110 1011010 1000010 0 100001 101111 10010110 110001 100011

Color Harmonies of #2E865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E865A

Black with #2E865A

Text Example


Text Example

White with #2E865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,134,90); }

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

background-color css

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

 a { background-color: rgb(46,134,90); }

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

border-color css

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

 span { border-color: rgb(46,134,90); }

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