Html Css Color HEX #2E865E Sea Green

📋 copy color: '#2E865E'

red 46 ◦ green 134 ◦ blue 94

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

Shades of Sea Green #2E865E

Tints of Sea Green #2E865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 16.79%
G = 48.91%
B = 34.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#2E865E (or 0x2E865E) is known color: Sea Green. HEX triplet: 2E, 86 and 5E. RGB value is (46,134,94). Sum of RGB (Red+Green+Blue) = 46+134+94=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #2E865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E865E is #D179A1. Grayscale: #676767. Windows color (decimal): -13728162 or 6194734. OLE color: 6194734.

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

Color convert

RGB 46 134 94 -
CMYK 0.66 0 0.30 0.47
HSL 152.73º 0.49% 0.35% -
HSV(B) 152.73º 0.66% 0.53% -
XYZ 11.67 18.44 13.53 -
YUV 103.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 46 134 94 0.66 0 0.30 0.47 152.73 0.49 0.35
Hex 2E 86 5E 42 0 1E 2F 99 31 23
Octal 56 206 136 102 0 36 57 231 61 43
Binary 101110 10000110 1011110 1000010 0 11110 101111 10011001 110001 100011

Color Harmonies of #2E865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E865E

Black with #2E865E

Text Example


Text Example

White with #2E865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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