Html Css Color HEX #2E877E Elm

📋 copy color: '#2E877E'

red 46 ◦ green 135 ◦ blue 126

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

Shades of Elm #2E877E

Tints of Elm #2E877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

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

R = 14.98%
G = 43.97%
B = 41.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#2E877E (or 0x2E877E) is known color: Elm. HEX triplet: 2E, 87 and 7E. RGB value is (46,135,126). Sum of RGB (Red+Green+Blue) = 46+135+126=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #2E877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E877E is #D17881. Grayscale: #6B6B6B. Windows color (decimal): -13727874 or 8292142. OLE color: 8292142.

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

Color convert

RGB 46 135 126 -
CMYK 0.66 0 0.07 0.47
HSL 173.93º 0.49% 0.35% -
HSV(B) 173.93º 0.66% 0.53% -
XYZ 13.56 19.42 22.77 -
YUV 107.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 46 135 126 0.66 0 0.07 0.47 173.93 0.49 0.35
Hex 2E 87 7E 42 0 7 2F AE 31 23
Octal 56 207 176 102 0 7 57 256 61 43
Binary 101110 10000111 1111110 1000010 0 111 101111 10101110 110001 100011

Color Harmonies of #2E877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E877E

Black with #2E877E

Text Example


Text Example

White with #2E877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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