Html Css Color HEX #2E894C Sea Green

📋 copy color: '#2E894C'

red 46 ◦ green 137 ◦ blue 76

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

Shades of Sea Green #2E894C

Tints of Sea Green #2E894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.9%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 17.76%
G = 52.9%
B = 29.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#2E894C (or 0x2E894C) is known color: Sea Green. HEX triplet: 2E, 89 and 4C. RGB value is (46,137,76). Sum of RGB (Red+Green+Blue) = 46+137+76=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #2E894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E894C is #D176B3. Grayscale: #666666. Windows color (decimal): -13727412 or 5015854. OLE color: 5015854.

HSL color Cylindrical-coordinate representation of color #2E894C: hue angle of 139.78º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E894C is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 137 76 -
CMYK 0.66 0 0.45 0.46
HSL 139.78º 0.5% 0.36% -
HSV(B) 139.78º 0.66% 0.54% -
XYZ 11.38 18.99 9.9 -
YUV 102.84 112.85 87.46 -
System Red Green Blue C M Y K H S L
Decimal 46 137 76 0.66 0 0.45 0.46 139.78 0.5 0.36
Hex 2E 89 4C 42 0 2D 2E 8C 32 24
Octal 56 211 114 102 0 55 56 214 62 44
Binary 101110 10001001 1001100 1000010 0 101101 101110 10001100 110010 100100

Color Harmonies of #2E894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E894C

Black with #2E894C

Text Example


Text Example

White with #2E894C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,76); }

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

background-color css

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

 a { background-color: rgb(46,137,76); }

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

border-color css

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

 span { border-color: rgb(46,137,76); }

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