Html Css Color HEX #2E877D Elm

📋 copy color: '#2E877D'

red 46 ◦ green 135 ◦ blue 125

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

Shades of Elm #2E877D

Tints of Elm #2E877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 15.03%
G = 44.12%
B = 40.85%

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

#2E877D (or 0x2E877D) is known color: Elm. HEX triplet: 2E, 87 and 7D. RGB value is (46,135,125). Sum of RGB (Red+Green+Blue) = 46+135+125=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #2E877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E877D is #D17882. Grayscale: #6B6B6B. Windows color (decimal): -13727875 or 8226606. OLE color: 8226606.

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

Color convert

RGB 46 135 125 -
CMYK 0.66 0 0.07 0.47
HSL 173.26º 0.49% 0.35% -
HSV(B) 173.26º 0.66% 0.53% -
XYZ 13.49 19.39 22.43 -
YUV 107.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 46 135 125 0.66 0 0.07 0.47 173.26 0.49 0.35
Hex 2E 87 7D 42 0 7 2F AD 31 23
Octal 56 207 175 102 0 7 57 255 61 43
Binary 101110 10000111 1111101 1000010 0 111 101111 10101101 110001 100011

Color Harmonies of #2E877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E877D

Black with #2E877D

Text Example


Text Example

White with #2E877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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