Html Css Color HEX #2E8880 Elm

📋 copy color: '#2E8880'

red 46 ◦ green 136 ◦ blue 128

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

Shades of Elm #2E8880

Tints of Elm #2E8880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 14.84%
G = 43.87%
B = 41.29%

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

#2E8880 (or 0x2E8880) is known color: Elm. HEX triplet: 2E, 88 and 80. RGB value is (46,136,128). Sum of RGB (Red+Green+Blue) = 46+136+128=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #2E8880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8880 is #D1777F. Grayscale: #6C6C6C. Windows color (decimal): -13727616 or 8423470. OLE color: 8423470.

HSL color Cylindrical-coordinate representation of color #2E8880: hue angle of 174.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8880 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 136 128 -
CMYK 0.66 0 0.06 0.47
HSL 174.67º 0.49% 0.36% -
HSV(B) 174.67º 0.66% 0.53% -
XYZ 13.83 19.75 23.5 -
YUV 108.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 46 136 128 0.66 0 0.06 0.47 174.67 0.49 0.36
Hex 2E 88 80 42 0 6 2F AF 31 24
Octal 56 210 200 102 0 6 57 257 61 44
Binary 101110 10001000 10000000 1000010 0 110 101111 10101111 110001 100100

Color Harmonies of #2E8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8880

Black with #2E8880

Text Example


Text Example

White with #2E8880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,128); }

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

background-color css

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

 a { background-color: rgb(46,136,128); }

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

border-color css

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

 span { border-color: rgb(46,136,128); }

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