Html Css Color HEX #2E885A Sea Green

📋 copy color: '#2E885A'

red 46 ◦ green 136 ◦ blue 90

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

Shades of Sea Green #2E885A

Tints of Sea Green #2E885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50%

 BLUE value IS 90 (35.55% from 255) = 33.09%

R = 16.91%
G = 50%
B = 33.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#2E885A (or 0x2E885A) is known color: Sea Green. HEX triplet: 2E, 88 and 5A. RGB value is (46,136,90). Sum of RGB (Red+Green+Blue) = 46+136+90=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #2E885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E885A is #D177A5. Grayscale: #676767. Windows color (decimal): -13727654 or 5933102. OLE color: 5933102.

HSL color Cylindrical-coordinate representation of color #2E885A: hue angle of 149.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E885A is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 136 90 -
CMYK 0.66 0 0.34 0.47
HSL 149.33º 0.49% 0.36% -
HSV(B) 149.33º 0.66% 0.53% -
XYZ 11.78 18.93 12.71 -
YUV 103.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 46 136 90 0.66 0 0.34 0.47 149.33 0.49 0.36
Hex 2E 88 5A 42 0 22 2F 95 31 24
Octal 56 210 132 102 0 42 57 225 61 44
Binary 101110 10001000 1011010 1000010 0 100010 101111 10010101 110001 100100

Color Harmonies of #2E885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E885A

Black with #2E885A

Text Example


Text Example

White with #2E885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,90); }

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

background-color css

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

 a { background-color: rgb(46,136,90); }

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

border-color css

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

 span { border-color: rgb(46,136,90); }

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