Html Css Color HEX #2E8C7E Elm

📋 copy color: '#2E8C7E'

red 46 ◦ green 140 ◦ blue 126

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

Shades of Elm #2E8C7E

Tints of Elm #2E8C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 14.74%
G = 44.87%
B = 40.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#2E8C7E (or 0x2E8C7E) is known color: Elm. HEX triplet: 2E, 8C and 7E. RGB value is (46,140,126). Sum of RGB (Red+Green+Blue) = 46+140+126=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C7E is #D17381. Grayscale: #6E6E6E. Windows color (decimal): -13726594 or 8293422. OLE color: 8293422.

HSL color Cylindrical-coordinate representation of color #2E8C7E: hue angle of 171.06º 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 #2E8C7E is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 140 126 -
CMYK 0.67 0 0.10 0.45
HSL 171.06º 0.51% 0.36% -
HSV(B) 171.06º 0.67% 0.55% -
XYZ 14.27 20.84 23.01 -
YUV 110.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 46 140 126 0.67 0 0.10 0.45 171.06 0.51 0.36
Hex 2E 8C 7E 43 0 A 2D AB 33 24
Octal 56 214 176 103 0 12 55 253 63 44
Binary 101110 10001100 1111110 1000011 0 1010 101101 10101011 110011 100100

Color Harmonies of #2E8C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8C7E

Black with #2E8C7E

Text Example


Text Example

White with #2E8C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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