#2E8B7F

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

Shades of Elm #2E8B7F

Tints of Elm #2E8B7F

Color information

#2E8B7F (or 0x2E8B7F) is unknown color: approx Elm. HEX triplet: 2E, 8B and 7F. RGB value is (46,139,127). Sum of RGB (Red+Green+Blue) = 46+139+127=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8B7F is #D17480. Grayscale: #6D6D6D. Windows color (decimal): -13726849 or 8358702. OLE color: 8358702.

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

Color convert

RGB46139127-
CMYK0.6700.090.45
HSL172.26º50.27%36.27%-
HSV(B)172.26º66.91%54.51%-
XYZ14.1920.5823.3-
YUV109.82137.6982.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.74%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 127 (50% from 255) = 40.71%
R=14.74%
G=44.55%
B=40.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461391270.6700.090.45172.2650.2736.27
Hex2E8B7F43092Dac3224
Octal56213177103011552546244
Binary10111010001011111111110000110100110110110101100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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