Html Css Color HEX #2E877F Elm

📋 copy color: '#2E877F'

red 46 ◦ green 135 ◦ blue 127

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

Shades of Elm #2E877F

Tints of Elm #2E877F

RGB

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

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

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

R = 14.94%
G = 43.83%
B = 41.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#2E877F (or 0x2E877F) is known color: Elm. HEX triplet: 2E, 87 and 7F. RGB value is (46,135,127). Sum of RGB (Red+Green+Blue) = 46+135+127=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #2E877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E877F is #D17880. Grayscale: #6B6B6B. Windows color (decimal): -13727873 or 8357678. OLE color: 8357678.

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

Color convert

RGB 46 135 127 -
CMYK 0.66 0 0.06 0.47
HSL 174.61º 0.49% 0.35% -
HSV(B) 174.61º 0.66% 0.53% -
XYZ 13.62 19.44 23.11 -
YUV 107.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 46 135 127 0.66 0 0.06 0.47 174.61 0.49 0.35
Hex 2E 87 7F 42 0 6 2F AF 31 23
Octal 56 207 177 102 0 6 57 257 61 43
Binary 101110 10000111 1111111 1000010 0 110 101111 10101111 110001 100011

Color Harmonies of #2E877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E877F

Black with #2E877F

Text Example


Text Example

White with #2E877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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