Html Css Color HEX #2E875B Sea Green

📋 copy color: '#2E875B'

red 46 ◦ green 135 ◦ blue 91

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

Shades of Sea Green #2E875B

Tints of Sea Green #2E875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

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

R = 16.91%
G = 49.63%
B = 33.46%

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

#2E875B (or 0x2E875B) is known color: Sea Green. HEX triplet: 2E, 87 and 5B. RGB value is (46,135,91). Sum of RGB (Red+Green+Blue) = 46+135+91=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #2E875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E875B is #D178A4. Grayscale: #676767. Windows color (decimal): -13727909 or 5998382. OLE color: 5998382.

HSL color Cylindrical-coordinate representation of color #2E875B: hue angle of 150.34º 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 #2E875B is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 135 91 -
CMYK 0.66 0 0.33 0.47
HSL 150.34º 0.49% 0.35% -
HSV(B) 150.34º 0.66% 0.53% -
XYZ 11.68 18.66 12.88 -
YUV 103.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 46 135 91 0.66 0 0.33 0.47 150.34 0.49 0.35
Hex 2E 87 5B 42 0 21 2F 96 31 23
Octal 56 207 133 102 0 41 57 226 61 43
Binary 101110 10000111 1011011 1000010 0 100001 101111 10010110 110001 100011

Color Harmonies of #2E875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E875B

Black with #2E875B

Text Example


Text Example

White with #2E875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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