Html Css Color HEX #2E845B Sea Green

📋 copy color: '#2E845B'

red 46 ◦ green 132 ◦ blue 91

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

Shades of Sea Green #2E845B

Tints of Sea Green #2E845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.07%

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

R = 17.1%
G = 49.07%
B = 33.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#2E845B (or 0x2E845B) is known color: Sea Green. HEX triplet: 2E, 84 and 5B. RGB value is (46,132,91). Sum of RGB (Red+Green+Blue) = 46+132+91=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #2E845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E845B is #D17BA4. Grayscale: #656565. Windows color (decimal): -13728677 or 5997614. OLE color: 5997614.

HSL color Cylindrical-coordinate representation of color #2E845B: hue angle of 151.4º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E845B is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 132 91 -
CMYK 0.65 0 0.31 0.48
HSL 151.4º 0.48% 0.35% -
HSV(B) 151.4º 0.65% 0.52% -
XYZ 11.27 17.84 12.75 -
YUV 101.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 46 132 91 0.65 0 0.31 0.48 151.4 0.48 0.35
Hex 2E 84 5B 41 0 1F 30 97 30 23
Octal 56 204 133 101 0 37 60 227 60 43
Binary 101110 10000100 1011011 1000001 0 11111 110000 10010111 110000 100011

Color Harmonies of #2E845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E845B

Black with #2E845B

Text Example


Text Example

White with #2E845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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