Html Css Color HEX #2E897A Elm

📋 copy color: '#2E897A'

red 46 ◦ green 137 ◦ blue 122

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

Shades of Elm #2E897A

Tints of Elm #2E897A

RGB

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

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

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

R = 15.08%
G = 44.92%
B = 40%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#2E897A (or 0x2E897A) is known color: Elm. HEX triplet: 2E, 89 and 7A. RGB value is (46,137,122). Sum of RGB (Red+Green+Blue) = 46+137+122=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #2E897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E897A is #D17685. Grayscale: #6C6C6C. Windows color (decimal): -13727366 or 8030510. OLE color: 8030510.

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

Color convert

RGB 46 137 122 -
CMYK 0.66 0 0.11 0.46
HSL 170.11º 0.5% 0.36% -
HSV(B) 170.11º 0.66% 0.54% -
XYZ 13.59 19.88 21.53 -
YUV 108.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 46 137 122 0.66 0 0.11 0.46 170.11 0.5 0.36
Hex 2E 89 7A 42 0 B 2E AA 32 24
Octal 56 211 172 102 0 13 56 252 62 44
Binary 101110 10001001 1111010 1000010 0 1011 101110 10101010 110010 100100

Color Harmonies of #2E897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E897A

Black with #2E897A

Text Example


Text Example

White with #2E897A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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