Html Css Color HEX #2E8D78 Elm

📋 copy color: '#2E8D78'

red 46 ◦ green 141 ◦ blue 120

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

Shades of Elm #2E8D78

Tints of Elm #2E8D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.93%

 BLUE value IS 120 (47.27% from 255) = 39.09%

R = 14.98%
G = 45.93%
B = 39.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#2E8D78 (or 0x2E8D78) is known color: Elm. HEX triplet: 2E, 8D and 78. RGB value is (46,141,120). Sum of RGB (Red+Green+Blue) = 46+141+120=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8D78 is #D17287. Grayscale: #6E6E6E. Windows color (decimal): -13726344 or 7900462. OLE color: 7900462.

HSL color Cylindrical-coordinate representation of color #2E8D78: hue angle of 166.74º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D78 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 141 120 -
CMYK 0.67 0 0.15 0.45
HSL 166.74º 0.51% 0.37% -
HSV(B) 166.74º 0.67% 0.55% -
XYZ 14.04 20.99 21.08 -
YUV 110.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 46 141 120 0.67 0 0.15 0.45 166.74 0.51 0.37
Hex 2E 8D 78 43 0 F 2D A7 33 25
Octal 56 215 170 103 0 17 55 247 63 45
Binary 101110 10001101 1111000 1000011 0 1111 101101 10100111 110011 100101

Color Harmonies of #2E8D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8D78

Black with #2E8D78

Text Example


Text Example

White with #2E8D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,141,120); }

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

background-color css

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

 a { background-color: rgb(46,141,120); }

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

border-color css

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

 span { border-color: rgb(46,141,120); }

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