Html Css Color HEX #2E877C Elm

📋 copy color: '#2E877C'

red 46 ◦ green 135 ◦ blue 124

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

Shades of Elm #2E877C

Tints of Elm #2E877C

RGB

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

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

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

R = 15.08%
G = 44.26%
B = 40.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#2E877C (or 0x2E877C) is known color: Elm. HEX triplet: 2E, 87 and 7C. RGB value is (46,135,124). Sum of RGB (Red+Green+Blue) = 46+135+124=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #2E877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E877C is #D17883. Grayscale: #6B6B6B. Windows color (decimal): -13727876 or 8161070. OLE color: 8161070.

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

Color convert

RGB 46 135 124 -
CMYK 0.66 0 0.08 0.47
HSL 172.58º 0.49% 0.35% -
HSV(B) 172.58º 0.66% 0.53% -
XYZ 13.43 19.36 22.1 -
YUV 107.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 46 135 124 0.66 0 0.08 0.47 172.58 0.49 0.35
Hex 2E 87 7C 42 0 8 2F AD 31 23
Octal 56 207 174 102 0 10 57 255 61 43
Binary 101110 10000111 1111100 1000010 0 1000 101111 10101101 110001 100011

Color Harmonies of #2E877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E877C

Black with #2E877C

Text Example


Text Example

White with #2E877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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