Html Css Color HEX #2E837D Elm

📋 copy color: '#2E837D'

red 46 ◦ green 131 ◦ blue 125

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

Shades of Elm #2E837D

Tints of Elm #2E837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 15.23%
G = 43.38%
B = 41.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#2E837D (or 0x2E837D) is known color: Elm. HEX triplet: 2E, 83 and 7D. RGB value is (46,131,125). Sum of RGB (Red+Green+Blue) = 46+131+125=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #2E837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E837D is #D17C82. Grayscale: #686868. Windows color (decimal): -13728899 or 8225582. OLE color: 8225582.

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

Color convert

RGB 46 131 125 -
CMYK 0.65 0 0.05 0.49
HSL 175.76º 0.48% 0.35% -
HSV(B) 175.76º 0.65% 0.51% -
XYZ 12.94 18.29 22.25 -
YUV 104.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 46 131 125 0.65 0 0.05 0.49 175.76 0.48 0.35
Hex 2E 83 7D 41 0 5 31 B0 30 23
Octal 56 203 175 101 0 5 61 260 60 43
Binary 101110 10000011 1111101 1000001 0 101 110001 10110000 110000 100011

Color Harmonies of #2E837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E837D

Black with #2E837D

Text Example


Text Example

White with #2E837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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