Html Css Color HEX #2E847F Elm

📋 copy color: '#2E847F'

red 46 ◦ green 132 ◦ blue 127

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

Shades of Elm #2E847F

Tints of Elm #2E847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 15.08%
G = 43.28%
B = 41.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#2E847F (or 0x2E847F) is known color: Elm. HEX triplet: 2E, 84 and 7F. RGB value is (46,132,127). Sum of RGB (Red+Green+Blue) = 46+132+127=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #2E847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E847F is #D17B80. Grayscale: #696969. Windows color (decimal): -13728641 or 8356910. OLE color: 8356910.

HSL color Cylindrical-coordinate representation of color #2E847F: hue angle of 176.51º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E847F is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 132 127 -
CMYK 0.65 0 0.04 0.48
HSL 176.51º 0.48% 0.35% -
HSV(B) 176.51º 0.65% 0.52% -
XYZ 13.21 18.62 22.98 -
YUV 105.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 46 132 127 0.65 0 0.04 0.48 176.51 0.48 0.35
Hex 2E 84 7F 41 0 4 30 B1 30 23
Octal 56 204 177 101 0 4 60 261 60 43
Binary 101110 10000100 1111111 1000001 0 100 110000 10110001 110000 100011

Color Harmonies of #2E847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E847F

Black with #2E847F

Text Example


Text Example

White with #2E847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,132,127); }

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

background-color css

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

 a { background-color: rgb(46,132,127); }

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

border-color css

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

 span { border-color: rgb(46,132,127); }

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