Html Css Color HEX #2E8679 Elm

📋 copy color: '#2E8679'

red 46 ◦ green 134 ◦ blue 121

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

Shades of Elm #2E8679

Tints of Elm #2E8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 15.28%
G = 44.52%
B = 40.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#2E8679 (or 0x2E8679) is known color: Elm. HEX triplet: 2E, 86 and 79. RGB value is (46,134,121). Sum of RGB (Red+Green+Blue) = 46+134+121=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8679 is #D17986. Grayscale: #6A6A6A. Windows color (decimal): -13728135 or 7964206. OLE color: 7964206.

HSL color Cylindrical-coordinate representation of color #2E8679: hue angle of 171.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8679 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 134 121 -
CMYK 0.66 0 0.10 0.47
HSL 171.14º 0.49% 0.35% -
HSV(B) 171.14º 0.66% 0.53% -
XYZ 13.1 19.01 21.07 -
YUV 106.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 46 134 121 0.66 0 0.10 0.47 171.14 0.49 0.35
Hex 2E 86 79 42 0 A 2F AB 31 23
Octal 56 206 171 102 0 12 57 253 61 43
Binary 101110 10000110 1111001 1000010 0 1010 101111 10101011 110001 100011

Color Harmonies of #2E8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8679

Black with #2E8679

Text Example


Text Example

White with #2E8679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,134,121); }

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

background-color css

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

 a { background-color: rgb(46,134,121); }

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

border-color css

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

 span { border-color: rgb(46,134,121); }

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