Html Css Color HEX #2E865C Sea Green

📋 copy color: '#2E865C'

red 46 ◦ green 134 ◦ blue 92

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

Shades of Sea Green #2E865C

Tints of Sea Green #2E865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 16.91%
G = 49.26%
B = 33.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#2E865C (or 0x2E865C) is known color: Sea Green. HEX triplet: 2E, 86 and 5C. RGB value is (46,134,92). Sum of RGB (Red+Green+Blue) = 46+134+92=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #2E865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E865C is #D179A3. Grayscale: #666666. Windows color (decimal): -13728164 or 6063662. OLE color: 6063662.

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

Color convert

RGB 46 134 92 -
CMYK 0.66 0 0.31 0.47
HSL 151.36º 0.49% 0.35% -
HSV(B) 151.36º 0.66% 0.53% -
XYZ 11.58 18.4 13.07 -
YUV 102.9 121.85 87.42 -
System Red Green Blue C M Y K H S L
Decimal 46 134 92 0.66 0 0.31 0.47 151.36 0.49 0.35
Hex 2E 86 5C 42 0 1F 2F 97 31 23
Octal 56 206 134 102 0 37 57 227 61 43
Binary 101110 10000110 1011100 1000010 0 11111 101111 10010111 110001 100011

Color Harmonies of #2E865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E865C

Black with #2E865C

Text Example


Text Example

White with #2E865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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