Html Css Color HEX #2E857B Elm

📋 copy color: '#2E857B'

red 46 ◦ green 133 ◦ blue 123

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

Shades of Elm #2E857B

Tints of Elm #2E857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 15.23%
G = 44.04%
B = 40.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#2E857B (or 0x2E857B) is known color: Elm. HEX triplet: 2E, 85 and 7B. RGB value is (46,133,123). Sum of RGB (Red+Green+Blue) = 46+133+123=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #2E857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E857B is #D17A84. Grayscale: #696969. Windows color (decimal): -13728389 or 8095022. OLE color: 8095022.

HSL color Cylindrical-coordinate representation of color #2E857B: hue angle of 173.1º degrees, saturation: 0.49, 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 #2E857B is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 123 -
CMYK 0.65 0 0.08 0.48
HSL 173.1º 0.49% 0.35% -
HSV(B) 173.1º 0.65% 0.52% -
XYZ 13.09 18.79 21.68 -
YUV 105.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 46 133 123 0.65 0 0.08 0.48 173.1 0.49 0.35
Hex 2E 85 7B 41 0 8 30 AD 31 23
Octal 56 205 173 101 0 10 60 255 61 43
Binary 101110 10000101 1111011 1000001 0 1000 110000 10101101 110001 100011

Color Harmonies of #2E857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E857B

Black with #2E857B

Text Example


Text Example

White with #2E857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,123); }

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

background-color css

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

 a { background-color: rgb(46,133,123); }

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

border-color css

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

 span { border-color: rgb(46,133,123); }

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