Html Css Color HEX #2E8983 Elm

📋 copy color: '#2E8983'

red 46 ◦ green 137 ◦ blue 131

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

Shades of Elm #2E8983

Tints of Elm #2E8983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 14.65%
G = 43.63%
B = 41.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#2E8983 (or 0x2E8983) is known color: Elm. HEX triplet: 2E, 89 and 83. RGB value is (46,137,131). Sum of RGB (Red+Green+Blue) = 46+137+131=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8983 is #D1767C. Grayscale: #6D6D6D. Windows color (decimal): -13727357 or 8620334. OLE color: 8620334.

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

Color convert

RGB 46 137 131 -
CMYK 0.66 0 0.04 0.46
HSL 176.04º 0.5% 0.36% -
HSV(B) 176.04º 0.66% 0.54% -
XYZ 14.17 20.11 24.61 -
YUV 109.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 46 137 131 0.66 0 0.04 0.46 176.04 0.5 0.36
Hex 2E 89 83 42 0 4 2E B0 32 24
Octal 56 211 203 102 0 4 56 260 62 44
Binary 101110 10001001 10000011 1000010 0 100 101110 10110000 110010 100100

Color Harmonies of #2E8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8983

Black with #2E8983

Text Example


Text Example

White with #2E8983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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