Html Css Color HEX #2E8C7C Elm

📋 copy color: '#2E8C7C'

red 46 ◦ green 140 ◦ blue 124

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

Shades of Elm #2E8C7C

Tints of Elm #2E8C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.16%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 14.84%
G = 45.16%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#2E8C7C (or 0x2E8C7C) is known color: Elm. HEX triplet: 2E, 8C and 7C. RGB value is (46,140,124). Sum of RGB (Red+Green+Blue) = 46+140+124=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C7C is #D17383. Grayscale: #6E6E6E. Windows color (decimal): -13726596 or 8162350. OLE color: 8162350.

HSL color Cylindrical-coordinate representation of color #2E8C7C: hue angle of 169.79º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C7C is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 140 124 -
CMYK 0.67 0 0.11 0.45
HSL 169.79º 0.51% 0.36% -
HSV(B) 169.79º 0.67% 0.55% -
XYZ 14.14 20.79 22.34 -
YUV 110.07 135.86 82.3 -
System Red Green Blue C M Y K H S L
Decimal 46 140 124 0.67 0 0.11 0.45 169.79 0.51 0.36
Hex 2E 8C 7C 43 0 B 2D AA 33 24
Octal 56 214 174 103 0 13 55 252 63 44
Binary 101110 10001100 1111100 1000011 0 1011 101101 10101010 110011 100100

Color Harmonies of #2E8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8C7C

Black with #2E8C7C

Text Example


Text Example

White with #2E8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,140,124); }

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

background-color css

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

 a { background-color: rgb(46,140,124); }

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

border-color css

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

 span { border-color: rgb(46,140,124); }

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