Html Css Color HEX #2E874E Sea Green

📋 copy color: '#2E874E'

red 46 ◦ green 135 ◦ blue 78

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

Shades of Sea Green #2E874E

Tints of Sea Green #2E874E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.12%

R = 17.76%
G = 52.12%
B = 30.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#2E874E (or 0x2E874E) is known color: Sea Green. HEX triplet: 2E, 87 and 4E. RGB value is (46,135,78). Sum of RGB (Red+Green+Blue) = 46+135+78=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #2E874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E874E is #D178B1. Grayscale: #666666. Windows color (decimal): -13727922 or 5146414. OLE color: 5146414.

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

Color convert

RGB 46 135 78 -
CMYK 0.66 0 0.42 0.47
HSL 141.57º 0.49% 0.35% -
HSV(B) 141.57º 0.66% 0.53% -
XYZ 11.17 18.46 10.18 -
YUV 101.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 46 135 78 0.66 0 0.42 0.47 141.57 0.49 0.35
Hex 2E 87 4E 42 0 2A 2F 8E 31 23
Octal 56 207 116 102 0 52 57 216 61 43
Binary 101110 10000111 1001110 1000010 0 101010 101111 10001110 110001 100011

Color Harmonies of #2E874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E874E

Black with #2E874E

Text Example


Text Example

White with #2E874E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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