Html Css Color HEX #2E865F Sea Green

📋 copy color: '#2E865F'

red 46 ◦ green 134 ◦ blue 95

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

Shades of Sea Green #2E865F

Tints of Sea Green #2E865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 16.73%
G = 48.73%
B = 34.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#2E865F (or 0x2E865F) is known color: Sea Green. HEX triplet: 2E, 86 and 5F. RGB value is (46,134,95). Sum of RGB (Red+Green+Blue) = 46+134+95=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #2E865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E865F is #D179A0. Grayscale: #676767. Windows color (decimal): -13728161 or 6260270. OLE color: 6260270.

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

Color convert

RGB 46 134 95 -
CMYK 0.66 0 0.29 0.47
HSL 153.41º 0.49% 0.35% -
HSV(B) 153.41º 0.66% 0.53% -
XYZ 11.72 18.46 13.77 -
YUV 103.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 46 134 95 0.66 0 0.29 0.47 153.41 0.49 0.35
Hex 2E 86 5F 42 0 1D 2F 99 31 23
Octal 56 206 137 102 0 35 57 231 61 43
Binary 101110 10000110 1011111 1000010 0 11101 101111 10011001 110001 100011

Color Harmonies of #2E865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E865F

Black with #2E865F

Text Example


Text Example

White with #2E865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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