Html Css Color HEX #2E8D81 Elm

📋 copy color: '#2E8D81'

red 46 ◦ green 141 ◦ blue 129

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

Shades of Elm #2E8D81

Tints of Elm #2E8D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 14.56%
G = 44.62%
B = 40.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#2E8D81 (or 0x2E8D81) is known color: Elm. HEX triplet: 2E, 8D and 81. RGB value is (46,141,129). Sum of RGB (Red+Green+Blue) = 46+141+129=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8D81 is #D1727E. Grayscale: #6F6F6F. Windows color (decimal): -13726335 or 8490286. OLE color: 8490286.

HSL color Cylindrical-coordinate representation of color #2E8D81: hue angle of 172.42º 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 #2E8D81 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 141 129 -
CMYK 0.67 0 0.09 0.45
HSL 172.42º 0.51% 0.37% -
HSV(B) 172.42º 0.67% 0.55% -
XYZ 14.61 21.22 24.09 -
YUV 111.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 46 141 129 0.67 0 0.09 0.45 172.42 0.51 0.37
Hex 2E 8D 81 43 0 9 2D AC 33 25
Octal 56 215 201 103 0 11 55 254 63 45
Binary 101110 10001101 10000001 1000011 0 1001 101101 10101100 110011 100101

Color Harmonies of #2E8D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8D81

Black with #2E8D81

Text Example


Text Example

White with #2E8D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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