#2E8E7A

Color #2E8E7A Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #2E8E7A

Tints of Elm #2E8E7A

Color information

#2E8E7A (or 0x2E8E7A) is unknown color: approx Elm. HEX triplet: 2E, 8E and 7A. RGB value is (46,142,122). Sum of RGB (Red+Green+Blue) = 46+142+122=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8E7A is #D17185. Grayscale: #6F6F6F. Windows color (decimal): -13726086 or 8031790. OLE color: 8031790.

HSL color Cylindrical-coordinate representation of color #2E8E7A: hue angle of 167.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8E7A is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB46142122-
CMYK0.6800.140.44
HSL167.5º51.06%36.86%-
HSV(B)167.5º67.61%55.69%-
XYZ14.3121.3321.78-
YUV111.02134.281.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=14.84%
G=45.81%
B=39.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461421220.6800.140.44167.551.0636.86
Hex2E8E7A440E2Ca83325
Octal56216172104016542506345
Binary10111010001110111101010001000111010110010101000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,142,122); }

 H1.HeaderClassName
 {
   color: #2E8E7A;
 }
 .AnyTagClassName
 {
   color: #2E8E7A;
 }
</style>
background-color css

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

 a { background-color: rgb(46,142,122); }

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

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

 span { border-color: rgb(46,142,122); }

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