Html Css Color HEX #2E857A Elm

📋 copy color: '#2E857A'

red 46 ◦ green 133 ◦ blue 122

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

Shades of Elm #2E857A

Tints of Elm #2E857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 15.28%
G = 44.19%
B = 40.53%

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

#2E857A (or 0x2E857A) is known color: Elm. HEX triplet: 2E, 85 and 7A. RGB value is (46,133,122). Sum of RGB (Red+Green+Blue) = 46+133+122=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #2E857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E857A is #D17A85. Grayscale: #696969. Windows color (decimal): -13728390 or 8029486. OLE color: 8029486.

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

Color convert

RGB 46 133 122 -
CMYK 0.65 0 0.08 0.48
HSL 172.41º 0.49% 0.35% -
HSV(B) 172.41º 0.65% 0.52% -
XYZ 13.03 18.76 21.35 -
YUV 105.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 46 133 122 0.65 0 0.08 0.48 172.41 0.49 0.35
Hex 2E 85 7A 41 0 8 30 AC 31 23
Octal 56 205 172 101 0 10 60 254 61 43
Binary 101110 10000101 1111010 1000001 0 1000 110000 10101100 110001 100011

Color Harmonies of #2E857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E857A

Black with #2E857A

Text Example


Text Example

White with #2E857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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